1 write to Message
Microsoft.CodeAnalysis.LanguageServer (1)
RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic(){ Location = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position)args[0],
Message
= (string)args[1] },
4 references to Message
Microsoft.CodeAnalysis.LanguageServer (3)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
180
_logger.LogError($"{diagnostic.Location.Path}{diagnostic.Location.Span.Start}: {diagnostic.
Message
}");
RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs (2)
79
Getter = static obj => ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic)obj).
Message
,
112
writer.WriteString(PropName_Message, ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic)value).
Message
);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
VirtualProjectXmlProviderTests.cs (1)
182
Assert.Contains("Unrecognized directive 'BAD'", diagnostic.
Message
);