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