1 write to _tokenTypeMap
Microsoft.CodeAnalysis.Razor.Workspaces (1)
SemanticTokens\SemanticTokenTypes.cs (1)
70
_tokenTypeMap
= tokenTypeMap;
20 references to _tokenTypeMap
Microsoft.CodeAnalysis.Razor.Workspaces (20)
SemanticTokens\SemanticTokenTypes.cs (20)
36
public int MarkupAttribute =>
_tokenTypeMap
[s_markupAttributeType];
37
public int MarkupAttributeQuote =>
_tokenTypeMap
[s_markupAttributeQuoteType];
38
public int MarkupAttributeValue =>
_tokenTypeMap
[s_markupAttributeValueType];
39
public int MarkupComment =>
_tokenTypeMap
[s_markupCommentType];
40
public int MarkupCommentPunctuation =>
_tokenTypeMap
[s_markupCommentPunctuationType];
41
public int MarkupElement =>
_tokenTypeMap
[s_markupElementType];
42
public int MarkupOperator =>
_tokenTypeMap
[s_markupOperatorType];
43
public int MarkupTagDelimiter =>
_tokenTypeMap
[s_markupTagDelimiterType];
44
public int MarkupTextLiteral =>
_tokenTypeMap
[s_markupTextLiteralType];
46
public int RazorComment =>
_tokenTypeMap
[s_razorCommentType];
47
public int RazorCommentStar =>
_tokenTypeMap
[s_razorCommentStarType];
48
public int RazorCommentTransition =>
_tokenTypeMap
[s_razorCommentTransitionType];
49
public int RazorComponentAttribute =>
_tokenTypeMap
[s_razorComponentAttributeType];
50
public int RazorComponentElement =>
_tokenTypeMap
[s_razorComponentElementType];
51
public int RazorDirective =>
_tokenTypeMap
[s_razorDirectiveType];
52
public int RazorDirectiveAttribute =>
_tokenTypeMap
[s_razorDirectiveAttributeType];
53
public int RazorDirectiveColon =>
_tokenTypeMap
[s_razorDirectiveColonType];
54
public int RazorTagHelperAttribute =>
_tokenTypeMap
[s_razorTagHelperAttributeType];
55
public int RazorTagHelperElement =>
_tokenTypeMap
[s_razorTagHelperElementType];
56
public int RazorTransition =>
_tokenTypeMap
[s_razorTransitionType];