1 write to EntryPointFileFullPath
dotnet (1)
Commands\Run\RunCommand.cs (1)
104
EntryPointFileFullPath
= entryPointFileFullPath;
9 references to EntryPointFileFullPath
dotnet (9)
Commands\Run\RunCommand.cs (9)
144
if (
EntryPointFileFullPath
is not null)
218
var launchSettingsPath = ReadCodeFromStdin ? null : TryFindLaunchSettings(projectOrEntryPointFilePath: ProjectFileFullPath ??
EntryPointFileFullPath
!, launchProfile: LaunchProfile);
307
if (
EntryPointFileFullPath
is not null)
343
Debug.Assert(
EntryPointFileFullPath
!= null);
350
entryPointFileFullPath:
EntryPointFileFullPath
,
398
Debug.Assert(
EntryPointFileFullPath
is not null);
400
return CreateCommandForCscBuiltProgram(
EntryPointFileFullPath
);
797
Debug.Assert(
EntryPointFileFullPath
!= null);
798
var projectIdentifier = RunTelemetry.GetFileBasedIdentifier(
EntryPointFileFullPath
, Sha256Hasher.Hash);