4 writes to _endTryStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _endTryStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
13796writer.WriteValue(Me._endTryStatement)
13858Return Me._endTryStatement
13873Return Me._endTryStatement
13882Return new TryBlockSyntax(Me.Kind, newErrors, GetAnnotations, _tryStatement, _statements, _catchBlocks, _finallyBlock, _endTryStatement)
13886Return new TryBlockSyntax(Me.Kind, GetDiagnostics, annotations, _tryStatement, _statements, _catchBlocks, _finallyBlock, _endTryStatement)
39311Dim newEndTryStatement = DirectCast(Visit(node._endTryStatement), EndBlockStatementSyntax)
39312If node._endTryStatement IsNot newEndTryStatement Then anyChanges = True