1 instantiation of HighlightingOptions
Microsoft.CodeAnalysis.Features (1)
DocumentHighlighting\HighlightingOptions.cs (1)
16public 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)
37Document document, int position, IImmutableSet<Document> documentsToSearch, HighlightingOptions options, CancellationToken cancellationToken) 64Document document, int position, IImmutableSet<Document> documentsToSearch, HighlightingOptions options, CancellationToken cancellationToken) 95Document document, SemanticModel semanticModel, int position, HighlightingOptions options, CancellationToken cancellationToken)
DocumentHighlighting\HighlightingOptions.cs (1)
16public static HighlightingOptions Default = new();
DocumentHighlighting\IDocumentHighlightsService.cs (1)
51Document document, int position, IImmutableSet<Document> documentsToSearch, HighlightingOptions options, CancellationToken cancellationToken);
DocumentHighlighting\IEmbeddedLanguageDocumentHighlighter.cs (1)
20HighlightingOptions options,
DocumentHighlighting\IRemoteDocumentHighlightsService.cs (1)
16Checksum solutionChecksum, DocumentId documentId, int position, ImmutableArray<DocumentId> documentIdsToSearch, HighlightingOptions options, CancellationToken cancellationToken);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexDocumentHighlighter.cs (1)
35Document document, SemanticModel semanticModel, SyntaxToken token, int position, HighlightingOptions options, CancellationToken cancellationToken)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentHighlightsServiceBase.cs (1)
22Document document, int position, IImmutableSet<Document> documentsToSearch, HighlightingOptions options, CancellationToken cancellationToken)