2 references to SmartIndentProvider
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndentProviderTests.vb (2)
31
Dim provider = workspace.ExportProvider.GetExportedValues(Of ISmartIndentProvider)().OfType(Of
SmartIndentProvider
)().Single()
45
Dim provider = workspace.ExportProvider.GetExportedValues(Of ISmartIndentProvider)().OfType(Of
SmartIndentProvider
)().Single()