2 references to GetService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (2)
122this.EditorOperations = GetService<IEditorOperationsFactoryService>().GetEditorOperations(_textView); 123this.UndoHistoryRegistry = GetService<ITextUndoHistoryRegistry>();