2 writes to Data
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
ExternalAccess\Razor\SemanticTokensRangesHandler.cs (1)
47
return new SemanticTokens {
Data
= tokensData };
Handler\SemanticTokens\SemanticTokensRangeHandler.cs (1)
45
return new LSP.SemanticTokens {
Data
= tokensData };
3 references to Data
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\SemanticTokens\SemanticTokensEdit.cs (2)
22
/// Gets or sets the position in the previous response's <see cref="SemanticTokens.
Data
"/>
30
/// Gets or sets the number of numbers to delete in the <see cref="SemanticTokens.
Data
"/>
Protocol\SemanticTokens\SemanticTokensLegend.cs (1)
10
/// Legend used by the server to describe how it encodes semantic token types in <see cref="SemanticTokens.
Data
"/>.