2 references to AllowedForToken
Microsoft.CodeAnalysis.Features (2)
BraceMatching\AbstractBraceMatcher.cs (2)
70if (token.RawKind == _openBrace.Kind && AllowedForToken(token)) 78else if (token.RawKind == _closeBrace.Kind && AllowedForToken(token))