1 write to Message
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.Diagnostics.cs (1)
109Message = diagnosticData.Message,
6 references to Message
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Extensions\ProtocolConversions.Diagnostics.cs (2)
87Message = diagnostic.Message 129diagnostic.Identifier = (diagnostic.Code, diagnosticData.DataLocation.UnmappedFileSpan.Path, diagnostic.Range, diagnostic.Message)
Protocol\Diagnostic.cs (3)
149&& string.Equals(this.Message, other.Message, StringComparison.Ordinal) 174HashCode.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"/>