4 instantiations of VisualBasicResultProvider
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider.UnitTests (4)
Helpers\TestTypeExtensions.vb (1)
22Dim inspectionSession = New DkmInspectionSession(ImmutableArray.Create(Of IDkmClrFormatter)(New VisualBasicFormatter()), ImmutableArray.Create(Of IDkmClrResultProvider)(New VisualBasicResultProvider()))
VisualBasicResultProvider.vb (2)
23MyClass.New(New VisualBasicFormatter()) 27MyClass.New(formatter, formatter)
VisualBasicResultProviderTestBase.vb (1)
22MyClass.New(New DkmInspectionSession(ImmutableArray.Create(Of IDkmClrFormatter)(formatter), ImmutableArray.Create(Of IDkmClrResultProvider)(New VisualBasicResultProvider(formatter, formatter))))