3 references to CreateDisposableTextView
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\SemanticClassifierTests.cs (1)
3533using var disposableView = workspace.ExportProvider.GetExportedValue<ITextEditorFactoryService>().CreateDisposableTextView(extraBuffer);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
EditorFactory.cs (2)
56return exportProvider.GetExportedValue<ITextEditorFactoryService>().CreateDisposableTextView(buffer); 67return exportProvider.GetExportedValue<ITextEditorFactoryService>().CreateDisposableTextView(buffer, roles);