4 references to SendTypeChar
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
ConvertNamespace\ConvertNamespaceCommandHandlerTests.cs (1)
54=> SendTypeChar(ch, _commandHandler.ExecuteCommand, () => EditorOperations.InsertText(ch.ToString()));
EventHookup\EventHookupTestState.cs (1)
90SendTypeChar(ch, _commandHandler.ExecuteCommand, () => EditorOperations.InsertText(ch.ToString()));
RawStringLiteral\RawStringLiteralCommandHandlerTests.cs (1)
76=> SendTypeChar(ch, _commandHandler.ExecuteCommand, () => EditorOperations.InsertText(ch.ToString()));
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AbstractCommandHandlerTestState.cs (1)
342SendTypeChar(ch, commandHandler, () => EditorOperations.InsertText(localCh.ToString()));