3 writes to _blockKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
9666Me._blockKeyword = blockKeyword 9678Me._blockKeyword = blockKeyword 9689Me._blockKeyword = blockKeyword
6 references to _blockKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
9712Return Me._blockKeyword 9721Return Me._blockKeyword 9730Return new ContinueStatementSyntax(Me.Kind, newErrors, GetAnnotations, _continueKeyword, _blockKeyword) 9734Return new ContinueStatementSyntax(Me.Kind, GetDiagnostics, annotations, _continueKeyword, _blockKeyword) 31214If node._blockKeyword IsNot newBlockKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
13999return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ContinueStatementSyntax)._blockKeyword, Me.GetChildPosition(1), Me.GetChildIndex(1))