5 references to CloseCharacter
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.cs (1)
418LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter);
Microsoft.CodeAnalysis.CSharp.Features (1)
BraceCompletion\LessAndGreaterThanBraceCompletionService.cs (1)
31protected override char ClosingBrace => LessAndGreaterThan.CloseCharacter;
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.cs (1)
34[BracePair(LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter)]
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.vb (1)
119LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
BraceCompletion\LessAndGreaterThanCompletionService.vb (1)
26Protected Overrides ReadOnly Property ClosingBrace As Char = LessAndGreaterThan.CloseCharacter