2 references to Block
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
14713
if (attributeLists != this.AttributeLists || tryKeyword != this.TryKeyword || block != this.
Block
|| catches != this.Catches || @finally != this.Finally)
28366
=> node.Update(VisitList(node.AttributeLists), (SyntaxToken)Visit(node.TryKeyword), (BlockSyntax)Visit(node.
Block
), VisitList(node.Catches), (FinallyClauseSyntax)Visit(node.Finally));