4 writes to _blockKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
12228Me._blockKeyword = blockKeyword 12240Me._blockKeyword = blockKeyword 12251Me._blockKeyword = blockKeyword 12266Me._blockKeyword = _blockKeyword
7 references to _blockKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
12275writer.WriteValue(Me._blockKeyword) 12301Return Me._blockKeyword 12310Return Me._blockKeyword 12319Return new ContinueStatementSyntax(Me.Kind, newErrors, GetAnnotations, _continueKeyword, _blockKeyword) 12323Return new ContinueStatementSyntax(Me.Kind, GetDiagnostics, annotations, _continueKeyword, _blockKeyword) 39142If 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))