4 references to TryDoEndConstructForEnterKey
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (1)
486
Return Me.
TryDoEndConstructForEnterKey
(textView, subjectBuffer, cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (3)
EndConstructGeneration\EndConstructTestingHelpers.vb (2)
148
VerifyApplied(Function(s, v, b) s.
TryDoEndConstructForEnterKey
(v, b, CancellationToken.None), before, beforeCaret, after, afterCaret)
152
VerifyNotApplied(Function(s, v, b) s.
TryDoEndConstructForEnterKey
(v, b, CancellationToken.None), text, caret)
EndConstructGeneration\MiscellaneousTests.vb (1)
146
Assert.True(endConstructService.
TryDoEndConstructForEnterKey
(textView, textView.TextSnapshot.TextBuffer, CancellationToken.None))