1 write to Details
Microsoft.CodeAnalysis.LanguageServer (1)
RunFileApiJsonSerializerContext.Error.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error(){ Message = (string)args[0], Details = (string)args[1] },
2 references to Details
Microsoft.CodeAnalysis.LanguageServer (2)
RunFileApiJsonSerializerContext.Error.g.cs (2)
81Getter = static obj => ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error)obj).Details, 135writer.WriteString(PropName_Details, ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error)value).Details);