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)
36public int MarkupAttribute => _tokenTypeMap[s_markupAttributeType]; 37public int MarkupAttributeQuote => _tokenTypeMap[s_markupAttributeQuoteType]; 38public int MarkupAttributeValue => _tokenTypeMap[s_markupAttributeValueType]; 39public int MarkupComment => _tokenTypeMap[s_markupCommentType]; 40public int MarkupCommentPunctuation => _tokenTypeMap[s_markupCommentPunctuationType]; 41public int MarkupElement => _tokenTypeMap[s_markupElementType]; 42public int MarkupOperator => _tokenTypeMap[s_markupOperatorType]; 43public int MarkupTagDelimiter => _tokenTypeMap[s_markupTagDelimiterType]; 44public int MarkupTextLiteral => _tokenTypeMap[s_markupTextLiteralType]; 46public int RazorComment => _tokenTypeMap[s_razorCommentType]; 47public int RazorCommentStar => _tokenTypeMap[s_razorCommentStarType]; 48public int RazorCommentTransition => _tokenTypeMap[s_razorCommentTransitionType]; 49public int RazorComponentAttribute => _tokenTypeMap[s_razorComponentAttributeType]; 50public int RazorComponentElement => _tokenTypeMap[s_razorComponentElementType]; 51public int RazorDirective => _tokenTypeMap[s_razorDirectiveType]; 52public int RazorDirectiveAttribute => _tokenTypeMap[s_razorDirectiveAttributeType]; 53public int RazorDirectiveColon => _tokenTypeMap[s_razorDirectiveColonType]; 54public int RazorTagHelperAttribute => _tokenTypeMap[s_razorTagHelperAttributeType]; 55public int RazorTagHelperElement => _tokenTypeMap[s_razorTagHelperElementType]; 56public int RazorTransition => _tokenTypeMap[s_razorTransitionType];