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
164
if (
EntryPointFileFullPath
is not null && !TrySelectTargetFrameworkForFileBasedProject())
189
else if (
EntryPointFileFullPath
is not null && launchProfileParseResult.Profile is not ExecutableLaunchProfile)
342
Debug.Assert(
EntryPointFileFullPath
is not null);
353
var frameworks = GetTargetFrameworksFromSourceFile(
EntryPointFileFullPath
);
452
projectOrEntryPointFilePath: ProjectFileFullPath ??
EntryPointFileFullPath
!,
472
if (
EntryPointFileFullPath
is not null)
525
Debug.Assert(
EntryPointFileFullPath
!= null);
532
entryPointFileFullPath:
EntryPointFileFullPath
,
580
Debug.Assert(
EntryPointFileFullPath
is not null);
582
command = CreateCommandForCscBuiltProgram(
EntryPointFileFullPath
, ApplicationArgs);
1135
Debug.Assert(
EntryPointFileFullPath
!= null);
1136
var projectIdentifier = RunTelemetry.GetFileBasedIdentifier(
EntryPointFileFullPath
, Sha256Hasher.Hash);