4 instantiations of VisualBasicEndConstructService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (4)
EndConstructGeneration\EndConstructTestingHelpers.vb (3)
43Dim endConstructService As New VisualBasicEndConstructService( 83Dim endConstructService As New VisualBasicEndConstructService( 131Dim endConstructService As New VisualBasicEndConstructService(
EndConstructGeneration\MiscellaneousTests.vb (1)
140Dim endConstructService As New VisualBasicEndConstructService(
3 references to VisualBasicEndConstructService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (3)
EndConstructGeneration\EndConstructTestingHelpers.vb (3)
29Private Sub VerifyTypedCharApplied(doFunc As Func(Of VisualBasicEndConstructService, ITextView, ITextBuffer, Boolean), 61Private Sub VerifyApplied(doFunc As Func(Of VisualBasicEndConstructService, ITextView, ITextBuffer, Boolean), 114Private Sub VerifyNotApplied(doFunc As Func(Of VisualBasicEndConstructService, ITextView, ITextBuffer, Boolean),