13 references to ConsoleKeyInfo
dotnet-svcutil-lib (2)
CmdCredentialsProvider.cs (2)
255ConsoleKeyInfo keyInfo; 275ConsoleKeyInfo keyInfo;
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
132[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleKeyInfo))]
netstandard (1)
netstandard.cs (1)
436[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ConsoleKeyInfo))]
QueueSharing (1)
Program.cs (1)
21var key = Console.ReadKey();
System.Console (8)
artifacts\obj\System.Console\Debug\net10.0\System.Console.notsupported.cs (8)
120public static System.ConsoleKeyInfo ReadKey() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 125public static System.ConsoleKeyInfo ReadKey(bool intercept) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 370public readonly partial struct ConsoleKeyInfo : System.IEquatable<System.ConsoleKeyInfo> 377public bool Equals(System.ConsoleKeyInfo obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 380public static bool operator ==(System.ConsoleKeyInfo a, System.ConsoleKeyInfo b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 381public static bool operator !=(System.ConsoleKeyInfo a, System.ConsoleKeyInfo b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); }