2 overrides of IsBracketed
Microsoft.CodeAnalysis.VisualBasic (2)
Syntax\InternalSyntax\ComplexIdentifierSyntax.vb (1)
70Friend Overrides ReadOnly Property IsBracketed As Boolean
Syntax\InternalSyntax\SimpleIdentifierSyntax.vb (1)
43Friend Overrides ReadOnly Property IsBracketed As Boolean
4 references to IsBracketed
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\ParseXml.vb (1)
1655If id.IsBracketed Then
Scanner\TokenFactories.vb (1)
318Not identifier.IsBracketed AndAlso
VisualBasicExtensions.vb (1)
292Return DirectCast(token.Node, InternalSyntax.IdentifierTokenSyntax).IsBracketed
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
1137Return SyntaxFactory.Identifier(token.LeadingTrivia(), node.Text.ToUpperInvariant(), node.IsBracketed, node.IdentifierText.ToUpperInvariant(),