31 references to ClassificationTypeMap
Microsoft.CodeAnalysis.EditorFeatures (31)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (2)
37
ClassificationTypeMap
typeMap,
43
private readonly
ClassificationTypeMap
_typeMap = typeMap;
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (2)
36
ClassificationTypeMap
typeMap,
40
private readonly
ClassificationTypeMap
_typeMap = typeMap;
Classification\Semantic\EmbeddedLanguageClassificationViewTaggerProvider.cs (1)
16
TaggerHost taggerHost,
ClassificationTypeMap
typeMap)
Classification\Semantic\SemanticClassificationViewTaggerProvider.cs (1)
15
internal sealed class SemanticClassificationViewTaggerProvider(TaggerHost taggerHost,
ClassificationTypeMap
typeMap)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (2)
18
internal sealed partial class SyntacticClassificationTaggerProvider(TaggerHost taggerHost,
ClassificationTypeMap
typeMap)
21
private readonly
ClassificationTypeMap
_typeMap = typeMap;
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
432
var
typeMap = _taggerProvider._typeMap;
Classification\TotalClassificationTaggerProvider.cs (1)
31
internal sealed class TotalClassificationTaggerProvider(TaggerHost taggerHost,
ClassificationTypeMap
typeMap) : IViewTaggerProvider
ExternalAccess\VSTypeScript\Api\IVSTypeScriptSignatureHelpClassifierProvider.cs (1)
13
IClassifier Create(ITextBuffer textBuffer,
ClassificationTypeMap
typeMap);
ExternalAccess\VSTypeScript\VSTypeScriptSignatureHelpClassifierProvider.cs (1)
27
public IClassifier Create(ITextBuffer textBuffer,
ClassificationTypeMap
typeMap)
InlineHints\InlineHintsTag.cs (1)
123
ClassificationTypeMap
typeMap,
InlineHints\InlineHintsTaggerProvider.cs (2)
41
ClassificationTypeMap
typeMap,
54
public readonly
ClassificationTypeMap
TypeMap = typeMap;
Preview\PreviewStaticClassificationTaggerProvider.cs (4)
35
private readonly
ClassificationTypeMap
_typeMap;
39
public PreviewStaticClassificationTaggerProvider(
ClassificationTypeMap
typeMap)
50
private readonly
ClassificationTypeMap
_typeMap;
53
public Tagger(
ClassificationTypeMap
typeMap, ITextBuffer buffer)
Shared\Extensions\ClassificationExtensions.cs (1)
17
ClassificationTypeMap
typeMap)
Shared\Utilities\ClassificationTypeMap.cs (1)
17
/// <see cref="
ClassificationTypeMap
"/>, then we can remove this.
SignatureHelp\Presentation\SignatureHelpClassifier.cs (2)
20
private readonly
ClassificationTypeMap
_typeMap;
26
public SignatureHelpClassifier(ITextBuffer subjectBuffer,
ClassificationTypeMap
typeMap)
SignatureHelp\Presentation\SignatureHelpClassifierProvider.cs (2)
22
private readonly
ClassificationTypeMap
_typeMap;
26
public SignatureHelpClassifierProvider(
ClassificationTypeMap
typeMap)
WpfClassificationExtensions.cs (6)
23
public static Run ToRun(this ClassifiedText part, IClassificationFormatMap formatMap,
ClassificationTypeMap
typeMap)
38
ClassificationTypeMap
typeMap,
59
ClassificationTypeMap
typeMap)
71
ClassificationTypeMap
typeMap)
81
ClassificationTypeMap
typeMap,
103
public static TextBlock ToTextBlock(this TaggedText part, IClassificationFormatMap formatMap,
ClassificationTypeMap
typeMap)