3 references to CloseCharacter
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.cs (1)
438
LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.
CloseCharacter
);
Microsoft.CodeAnalysis.CSharp.Features (1)
BraceCompletion\LessAndGreaterThanBraceCompletionService.cs (1)
27
protected override char ClosingBrace => LessAndGreaterThan.
CloseCharacter
;
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.cs (1)
32
[BracePair(LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.
CloseCharacter
)]