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