1 write to EntryPointFileFullPath
dotnet (1)
Commands\Run\RunCommand.cs (1)
129
EntryPointFileFullPath
= entryPointFileFullPath;
15 references to EntryPointFileFullPath
dotnet (15)
Commands\Run\RunCommand.cs (15)
34
/// (then <see cref="
EntryPointFileFullPath
"/> is not <see langword="null"/>).
44
ProjectFileFullPath ??
EntryPointFileFullPath
!;
48
/// In that case, <see cref="
EntryPointFileFullPath
"/> points to a temporary file
169
if (
EntryPointFileFullPath
is not null && !TrySelectTargetFrameworkForFileBasedProject())
192
else if (
EntryPointFileFullPath
is not null && launchProfileParseResult.Profile is not ExecutableLaunchProfile)
344
Debug.Assert(
EntryPointFileFullPath
is not null);
355
var frameworks = GetTargetFrameworksFromSourceFile(
EntryPointFileFullPath
);
452
projectOrEntryPointFilePath: ProjectFileFullPath ??
EntryPointFileFullPath
!,
472
if (
EntryPointFileFullPath
is not null)
525
Debug.Assert(
EntryPointFileFullPath
!= null);
532
entryPointFileFullPath:
EntryPointFileFullPath
,
579
Debug.Assert(
EntryPointFileFullPath
is not null);
581
command = CreateCommandForCscBuiltProgram(
EntryPointFileFullPath
, ApplicationArgs);
1067
Debug.Assert(
EntryPointFileFullPath
!= null);
1068
var projectIdentifier = RunTelemetry.GetFileBasedIdentifier(
EntryPointFileFullPath
, Sha256Hasher.Hash);