5 references to OpenCharacter
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.cs (1)
418LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter);
Microsoft.CodeAnalysis.CSharp.Features (1)
BraceCompletion\LessAndGreaterThanBraceCompletionService.cs (1)
30protected override char OpeningBrace => LessAndGreaterThan.OpenCharacter;
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)
25Protected Overrides ReadOnly Property OpeningBrace As Char = LessAndGreaterThan.OpenCharacter