1 write to Character
Microsoft.CodeAnalysis.Features (1)
BraceMatching\BraceCharacterAndKind.cs (1)
16this.Character = character;
2 references to Character
Microsoft.CodeAnalysis.Features (2)
BraceMatching\AbstractBraceMatcher.cs (2)
95=> _openBrace.Character == c || _closeBrace.Character == c;