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