3 references to Source
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Diagnostic.cs (3)
148
&& string.Equals(this.
Source
, other.
Source
, StringComparison.Ordinal)
174
HashCode.Combine(Range, Severity, Code,
Source
, Message, Hash.CombineValues(Tags), CodeDescription, Data);