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