1 write to Kind
Microsoft.CodeAnalysis.Razor.Workspaces (1)
SemanticTokens\SemanticRange.cs (1)
13Kind = kind;
3 references to Kind
Microsoft.CodeAnalysis.Razor.Workspaces (3)
SemanticTokens\AbstractRazorSemanticTokensInfoService.cs (2)
171ranges.Add(new SemanticRange(semanticRange.Kind, originalRange.Start.Line, originalRange.Start.Character, originalRange.End.Line, originalRange.End.Character, tokenModifiers, fromRazor: false)); 417destination[3] = currentRange.Kind;
SemanticTokens\SemanticRange.cs (1)
101=> $"[Kind: {Kind}, StartLine: {StartLine}, StartCharacter: {StartCharacter}, EndLine: {EndLine}, EndCharacter: {EndCharacter}]";