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