1 write to _openBrace
Microsoft.CodeAnalysis.Features (1)
BraceMatching\AbstractBraceMatcher.cs (1)
23_openBrace = openBrace;
4 references to _openBrace
Microsoft.CodeAnalysis.Features (4)
BraceMatching\AbstractBraceMatcher.cs (4)
34where tok.RawKind == _openBrace.Kind || tok.RawKind == _closeBrace.Kind 39braceTokens[0].RawKind == _openBrace.Kind && 70if (token.RawKind == _openBrace.Kind && AllowedForToken(token)) 95=> _openBrace.Character == c || _closeBrace.Character == c;