2 references to CreateDisposableTextView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
EditorFactory.cs (2)
56
return exportProvider.GetExportedValue<ITextEditorFactoryService>().
CreateDisposableTextView
(buffer);
67
return exportProvider.GetExportedValue<ITextEditorFactoryService>().
CreateDisposableTextView
(buffer, roles);