2 writes to _isStdInRedirected
System.Console (2)
System\Console.cs (2)
258StrongBox<bool> redirected = Volatile.Read(ref _isStdInRedirected) ?? EnsureInitialized(); 263Volatile.Write(ref _isStdInRedirected, new StrongBox<bool>(ConsolePal.IsInputRedirectedCore()));
1 reference to _isStdInRedirected
System.Console (1)
System\Console.cs (1)
264return _isStdInRedirected;