3 references to BoundConstructorMethodBody
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (2)
3596
return new
BoundConstructorMethodBody
(typeDecl,
3645
return new
BoundConstructorMethodBody
(constructor,
Generated\BoundNodes.xml.Generated.cs (1)
8432
var result = new
BoundConstructorMethodBody
(this.Syntax, locals, initializer, blockBody, expressionBody, this.HasErrors);