6 references to Data
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\Diagnostic.cs (5)
153&& (this.Data is null 154? other.Data is null 155: this.Data.Equals(other.Data)); 174HashCode.Combine(Range, Severity, Code, Source, Message, Hash.CombineValues(Tags), CodeDescription, Data);
Protocol\PublishDiagnosticsSetting.cs (1)
54/// Whether the client supports propagating the <see cref="Diagnostic.Data"/> property from