Table of Contents

Constructor RoslynRepository

Namespace
Alternet.Syntax.Parsers.Roslyn.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

RoslynRepository(ISyntaxParser, IRoslynSolution, bool)

Initializes a new instance of the RoslynRepository class with specified settings.

public RoslynRepository(ISyntaxParser owner, IRoslynSolution roslynSolution, bool caseSensitive)

Parameters

owner ISyntaxParser

Specifies parser that owns this repository.

roslynSolution IRoslynSolution

IRoslynSolution for this new instance.

caseSensitive bool

Specifies CaseSensitive property of this new instance.