3 references to GetService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
StringCopyPaste\StringCopyPasteCommandHandlerTests.cs (1)
103var copyEditorOperations = GetService<IEditorOperationsFactoryService>().GetEditorOperations(copyTextView);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (2)
122this.EditorOperations = GetService<IEditorOperationsFactoryService>().GetEditorOperations(_textView); 123this.UndoHistoryRegistry = GetService<ITextUndoHistoryRegistry>();