10 references to LessAndGreaterThan
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.cs (2)
418LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter);
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\LessAndGreaterThanBraceCompletionService.cs (2)
30protected override char OpeningBrace => LessAndGreaterThan.OpenCharacter; 31protected override char ClosingBrace => LessAndGreaterThan.CloseCharacter;
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.cs (2)
34[BracePair(LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter)]
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.vb (2)
119LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
BraceCompletion\LessAndGreaterThanCompletionService.vb (2)
25Protected Overrides ReadOnly Property OpeningBrace As Char = LessAndGreaterThan.OpenCharacter 26Protected Overrides ReadOnly Property ClosingBrace As Char = LessAndGreaterThan.CloseCharacter