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