4 references to KeyChar
dotnet-svcutil-lib (3)
CmdCredentialsProvider.cs (3)
293else if (!Char.IsControl(keyInfo.KeyChar)) 295userInput.Append(keyInfo.KeyChar); 296System.Console.Write(isPassword ? '*' : keyInfo.KeyChar);
QueueSharing (1)
Program.cs (1)
24switch (key.KeyChar)