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