13 references to ConsoleKeyInfo
dotnet-svcutil-lib (2)
CmdCredentialsProvider.cs (2)
255
ConsoleKeyInfo
keyInfo;
275
ConsoleKeyInfo
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)
21
var
key = Console.ReadKey();
System.Console (8)
artifacts\obj\System.Console\Debug\net10.0\System.Console.notsupported.cs (8)
120
public static System.
ConsoleKeyInfo
ReadKey() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); }
125
public static System.
ConsoleKeyInfo
ReadKey(bool intercept) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); }
370
public readonly partial struct ConsoleKeyInfo : System.IEquatable<System.
ConsoleKeyInfo
>
377
public bool Equals(System.
ConsoleKeyInfo
obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); }
380
public static bool operator ==(System.
ConsoleKeyInfo
a, System.
ConsoleKeyInfo
b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); }
381
public static bool operator !=(System.
ConsoleKeyInfo
a, System.
ConsoleKeyInfo
b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); }