5 references to OpenCharacter
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticParenthesisCompletionTests.cs (1)
184Parenthesis.OpenCharacter, Parenthesis.CloseCharacter);
Microsoft.CodeAnalysis.CSharp.Features (1)
BraceCompletion\ParenthesisBraceCompletionService.cs (1)
27protected override char OpeningBrace => Parenthesis.OpenCharacter;
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.cs (1)
33[BracePair(Parenthesis.OpenCharacter, Parenthesis.CloseCharacter)]
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticParenthesesCompletion.vb (1)
363Parenthesis.OpenCharacter, Parenthesis.CloseCharacter)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
BraceCompletion\ParenthesisBraceCompletionService.vb (1)
25Protected Overrides ReadOnly Property OpeningBrace As Char = Parenthesis.OpenCharacter