6 references to Parenthesis
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
AutomaticCompletion\AutomaticParenthesisCompletionTests.cs (2)
216Parenthesis.OpenCharacter, Parenthesis.CloseCharacter);
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\ParenthesisBraceCompletionService.cs (2)
20protected override char OpeningBrace => Parenthesis.OpenCharacter; 21protected override char ClosingBrace => Parenthesis.CloseCharacter;
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.cs (2)
31[BracePair(Parenthesis.OpenCharacter, Parenthesis.CloseCharacter)]