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