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