1 instantiation of HighlightingOptions
Microsoft.CodeAnalysis.Features (1)
DocumentHighlighting\HighlightingOptions.cs (1)
16
public static HighlightingOptions Default =
new
();
11 references to HighlightingOptions
Microsoft.CodeAnalysis.Features (11)
BraceMatching\BraceMatchingOptions.cs (2)
12
[property: DataMember(Order = 0)]
HighlightingOptions
HighlightingOptions)
15
: this(
HighlightingOptions
.Default)
DocumentHighlighting\AbstractDocumentHighlightsService.cs (3)
37
Document document, int position, IImmutableSet<Document> documentsToSearch,
HighlightingOptions
options, CancellationToken cancellationToken)
64
Document document, int position, IImmutableSet<Document> documentsToSearch,
HighlightingOptions
options, CancellationToken cancellationToken)
95
Document document, SemanticModel semanticModel, int position,
HighlightingOptions
options, CancellationToken cancellationToken)
DocumentHighlighting\HighlightingOptions.cs (1)
16
public static
HighlightingOptions
Default = new();
DocumentHighlighting\IDocumentHighlightsService.cs (1)
51
Document document, int position, IImmutableSet<Document> documentsToSearch,
HighlightingOptions
options, CancellationToken cancellationToken);
DocumentHighlighting\IEmbeddedLanguageDocumentHighlighter.cs (1)
20
HighlightingOptions
options,
DocumentHighlighting\IRemoteDocumentHighlightsService.cs (1)
16
Checksum solutionChecksum, DocumentId documentId, int position, ImmutableArray<DocumentId> documentIdsToSearch,
HighlightingOptions
options, CancellationToken cancellationToken);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexDocumentHighlighter.cs (1)
35
Document document, SemanticModel semanticModel, SyntaxToken token, int position,
HighlightingOptions
options, CancellationToken cancellationToken)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentHighlightsServiceBase.cs (1)
22
Document document, int position, IImmutableSet<Document> documentsToSearch,
HighlightingOptions
options, CancellationToken cancellationToken)