1 write to EntryPointFileFullPath
dotnet (1)
_generated\20\RunFileApiJsonSerializerContext.GetProject.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetProject(){
EntryPointFileFullPath
= (string)args[0] },
4 references to EntryPointFileFullPath
dotnet (4)
_generated\20\RunFileApiJsonSerializerContext.GetProject.g.cs (2)
78
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetProject)obj).
EntryPointFileFullPath
,
110
writer.WriteString(PropName_EntryPointFileFullPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetProject)value).
EntryPointFileFullPath
);
Commands\Run\Api\RunApiCommand.cs (2)
69
entryPointFileFullPath:
EntryPointFileFullPath
,
89
entryPointFilePath:
EntryPointFileFullPath
,