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