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