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