1 override of AllowedForToken
Microsoft.CodeAnalysis.VisualBasic.Features (1)
BraceMatching\LessThanGreaterThanBraceMatcher.vb (1)
20Protected Overrides Function AllowedForToken(token As SyntaxToken) As Boolean
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))