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