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