3 writes to _endKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
183Me._endKeyword = endKeyword 195Me._endKeyword = endKeyword 206Me._endKeyword = endKeyword
6 references to _endKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
221Return Me._endKeyword 240Return Me._endKeyword 251Return new EndBlockStatementSyntax(Me.Kind, newErrors, GetAnnotations, _endKeyword, _blockKeyword) 255Return new EndBlockStatementSyntax(Me.Kind, GetDiagnostics, annotations, _endKeyword, _blockKeyword) 29830If node._endKeyword IsNot newEndKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
295return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)._endKeyword, Me.Position, 0)