1 write to Source
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
136Source = d.Tool,
3 references to Source
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Diagnostic.cs (3)
148&& string.Equals(this.Source, other.Source, StringComparison.Ordinal) 174HashCode.Combine(Range, Severity, Code, Source, Message, Hash.CombineValues(Tags), CodeDescription, Data);