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