1 write to EntryPointFileFullPath
dotnet (1)
Commands\Run\RunCommand.cs (1)
128
EntryPointFileFullPath
= entryPointFileFullPath;
15 references to EntryPointFileFullPath
dotnet (15)
Commands\Run\RunCommand.cs (15)
33
/// (then <see cref="
EntryPointFileFullPath
"/> is not <see langword="null"/>).
43
ProjectFileFullPath ??
EntryPointFileFullPath
!;
47
/// In that case, <see cref="
EntryPointFileFullPath
"/> points to a temporary file
168
if (
EntryPointFileFullPath
is not null && !TrySelectTargetFrameworkForFileBasedProject())
191
else if (
EntryPointFileFullPath
is not null && launchProfileParseResult.Profile is not ExecutableLaunchProfile)
343
Debug.Assert(
EntryPointFileFullPath
is not null);
354
var frameworks = GetTargetFrameworksFromSourceFile(
EntryPointFileFullPath
);
451
projectOrEntryPointFilePath: ProjectFileFullPath ??
EntryPointFileFullPath
!,
471
if (
EntryPointFileFullPath
is not null)
524
Debug.Assert(
EntryPointFileFullPath
!= null);
531
entryPointFileFullPath:
EntryPointFileFullPath
,
578
Debug.Assert(
EntryPointFileFullPath
is not null);
580
command = CreateCommandForCscBuiltProgram(
EntryPointFileFullPath
, ApplicationArgs);
1066
Debug.Assert(
EntryPointFileFullPath
!= null);
1067
var projectIdentifier = RunTelemetry.GetFileBasedIdentifier(
EntryPointFileFullPath
, Sha256Hasher.Hash);