2 writes to Content
dotnet (2)
_generated\24\RunFileApiJsonSerializerContext.Project.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
94Content = csprojWriter.ToString(),
2 references to Content
dotnet (2)
_generated\24\RunFileApiJsonSerializerContext.Project.g.cs (2)
58Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project)obj).Content, 155writer.WriteString(PropName_Content, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project)value).Content);