6 references to LessAndGreaterThan
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.cs (2)
438LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter);
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\LessAndGreaterThanBraceCompletionService.cs (2)
26protected override char OpeningBrace => LessAndGreaterThan.OpenCharacter; 27protected override char ClosingBrace => LessAndGreaterThan.CloseCharacter;
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.cs (2)
32[BracePair(LessAndGreaterThan.OpenCharacter, LessAndGreaterThan.CloseCharacter)]