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
));
182
Hash.Combine(CodeDescription?.GetHashCode() ?? 0,
Data
?.GetHashCode() ?? 0)))))));
Protocol\PublishDiagnosticsSetting.cs (1)
54
/// Whether the client supports propagating the <see cref="Diagnostic.
Data
"/> property from