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
);
418
ReadCodeFromStdin ? null : ProjectFileFullPath ??
EntryPointFileFullPath
!,
427
if (
EntryPointFileFullPath
is not null)
480
Debug.Assert(
EntryPointFileFullPath
!= null);
487
entryPointFileFullPath:
EntryPointFileFullPath
,
535
Debug.Assert(
EntryPointFileFullPath
is not null);
537
command = CreateCommandForCscBuiltProgram(
EntryPointFileFullPath
, ApplicationArgs);
1045
Debug.Assert(
EntryPointFileFullPath
!= null);
1046
var projectIdentifier = RunTelemetry.GetFileBasedIdentifier(
EntryPointFileFullPath
, Sha256Hasher.Hash);