3 writes to _blockKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
185Me._blockKeyword = blockKeyword 197Me._blockKeyword = blockKeyword 208Me._blockKeyword = blockKeyword
6 references to _blockKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
233Return Me._blockKeyword 242Return Me._blockKeyword 251Return new EndBlockStatementSyntax(Me.Kind, newErrors, GetAnnotations, _endKeyword, _blockKeyword) 255Return new EndBlockStatementSyntax(Me.Kind, GetDiagnostics, annotations, _endKeyword, _blockKeyword) 29832If node._blockKeyword IsNot newBlockKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
316return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)._blockKeyword, Me.GetChildPosition(1), Me.GetChildIndex(1))