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