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