1 write to Content
Microsoft.CodeAnalysis.LanguageServer (1)
RunFileApiJsonSerializerContext.Project.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project(){ Content = (string)args[0], Diagnostics = (global::System.Collections.Immutable.ImmutableArray<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic>)args[1] },
3 references to Content
Microsoft.CodeAnalysis.LanguageServer (3)
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
128return (project.Content, project.Diagnostics);
RunFileApiJsonSerializerContext.Project.g.cs (2)
58Getter = static obj => ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project)obj).Content, 132writer.WriteString(PropName_Content, ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project)value).Content);