5 references to SemanticTokensEdit
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\SemanticTokens\SemanticTokensDelta.cs (1)
31public SemanticTokensEdit[] Edits { get; set; }
Protocol\SemanticTokens\SemanticTokensDeltaPartialResult.cs (1)
23public SemanticTokensEdit[] Edits { get; set; }
Protocol\SemanticTokens\SemanticTokensEdit.cs (3)
19internal class SemanticTokensEdit : IComparable<SemanticTokensEdit> 46/// Compares two <see cref="SemanticTokensEdit"/>s based on their order. 50public int CompareTo(SemanticTokensEdit? other)