4 writes to _catchBlocks
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
13700Me._catchBlocks = catchBlocks 13724Me._catchBlocks = catchBlocks 13747Me._catchBlocks = catchBlocks 13774Me._catchBlocks = _catchBlocks
6 references to _catchBlocks
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
13794writer.WriteValue(Me._catchBlocks) 13837Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of CatchBlockSyntax)(Me._catchBlocks) 13869Return Me._catchBlocks 13882Return new TryBlockSyntax(Me.Kind, newErrors, GetAnnotations, _tryStatement, _statements, _catchBlocks, _finallyBlock, _endTryStatement) 13886Return new TryBlockSyntax(Me.Kind, GetDiagnostics, annotations, _tryStatement, _statements, _catchBlocks, _finallyBlock, _endTryStatement) 39308If node._catchBlocks IsNot newCatchBlocks.Node Then anyChanges = True