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