1 write to ReadCodeFromStdin
dotnet (1)
Commands\Run\RunCommand.cs (1)
105
ReadCodeFromStdin
= readCodeFromStdin;
2 references to ReadCodeFromStdin
dotnet (2)
Commands\Run\RunCommand.cs (2)
146
Debug.Assert(!
ReadCodeFromStdin
);
218
var launchSettingsPath =
ReadCodeFromStdin
? null : TryFindLaunchSettings(projectOrEntryPointFilePath: ProjectFileFullPath ?? EntryPointFileFullPath!, launchProfile: LaunchProfile);