2 writes to Message
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.Diagnostics.cs (1)
118
Message
= diagnosticData.Message,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
131
Message
= d.Message ?? string.Empty,
11 references to Message
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Extensions\ProtocolConversions.Diagnostics.cs (2)
97
Message = diagnostic.
Message
138
diagnostic.Identifier = (diagnostic.Code, diagnosticData.DataLocation.UnmappedFileSpan.Path, diagnostic.Range, diagnostic.
Message
)
Protocol\Diagnostic.cs (3)
149
&& string.Equals(this.
Message
, other.
Message
, StringComparison.Ordinal)
174
HashCode.Combine(Range, Severity, Code, Source,
Message
, Hash.CombineValues(Tags), CodeDescription, Data);
Protocol\Extensions\VSDiagnostic.cs (1)
29
/// Gets or sets a message shown when the user hovers over an error. If <see langword="null" />, then <see cref="Diagnostic.
Message
"/>
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
Diagnostics\PullDiagnosticTests.cs (5)
213
Assert.Equal("todo: goo", results.Single().Diagnostics!.Single().
Message
);
1107
Assert.True(results[1].Diagnostics!.Single().
Message
.Contains("Source generator failed"));
1143
Assert.Equal("todo: goo", results[0].Diagnostics!.Single().
Message
);
1175
Assert.Equal("todo: goo", results[0].Diagnostics!.Single().
Message
);
1213
Assert.Equal("todo: goo", results[0].Diagnostics!.Single().
Message
);