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