3 references to ConsoleModifiers
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
133[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleModifiers))]
netstandard (1)
netstandard.cs (1)
437[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleModifiers))]
System.Console (1)
artifacts\obj\System.Console\Debug\net10.0\System.Console.notsupported.cs (1)
376public System.ConsoleModifiers Modifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } }