1 write to EntryPointFileFullPath
dotnet (1)
Commands\Run\RunCommand.cs (1)
104EntryPointFileFullPath = entryPointFileFullPath;
9 references to EntryPointFileFullPath
dotnet (9)
Commands\Run\RunCommand.cs (9)
144if (EntryPointFileFullPath is not null) 218var launchSettingsPath = ReadCodeFromStdin ? null : TryFindLaunchSettings(projectOrEntryPointFilePath: ProjectFileFullPath ?? EntryPointFileFullPath!, launchProfile: LaunchProfile); 307if (EntryPointFileFullPath is not null) 343Debug.Assert(EntryPointFileFullPath != null); 350entryPointFileFullPath: EntryPointFileFullPath, 398Debug.Assert(EntryPointFileFullPath is not null); 400return CreateCommandForCscBuiltProgram(EntryPointFileFullPath); 797Debug.Assert(EntryPointFileFullPath != null); 798var projectIdentifier = RunTelemetry.GetFileBasedIdentifier(EntryPointFileFullPath, Sha256Hasher.Hash);