2 references to Block
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
13418
if (attributeLists != this.AttributeLists || unsafeKeyword != this.UnsafeKeyword || block != this.
Block
)
28333
=> node.Update(VisitList(node.AttributeLists), (SyntaxToken)Visit(node.UnsafeKeyword), (BlockSyntax)Visit(node.
Block
));