3 references to BoundNonConstructorMethodBody
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (2)
3690
return new
BoundNonConstructorMethodBody
(compilationUnit,
4045
return new
BoundNonConstructorMethodBody
(declaration,
Generated\BoundNodes.xml.Generated.cs (1)
8759
var result = new
BoundNonConstructorMethodBody
(this.Syntax, blockBody, expressionBody, this.HasErrors);