2 writes to Content
dotnet (2)
_generated\24\RunFileApiJsonSerializerContext.Project.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project(){
Content
= (string)args[0], ProjectPath = (string)args[1], Diagnostics = (global::System.Collections.Immutable.ImmutableArray<global::Microsoft.DotNet.FileBasedPrograms.SimpleDiagnostic>)args[2] },
Commands\Run\Api\RunApiCommand.cs (1)
94
Content
= csprojWriter.ToString(),
2 references to Content
dotnet (2)
_generated\24\RunFileApiJsonSerializerContext.Project.g.cs (2)
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project)obj).
Content
,
155
writer.WriteString(PropName_Content, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project)value).
Content
);