4 references to MethodBodySynthesizer
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
875
BoundBlock boundBody =
MethodBodySynthesizer
.ConstructFieldLikeEventAccessorBody(eventSymbol, isAddMethod, _compilation, diagnosticsThisMethod);
1262
boundStatements =
MethodBodySynthesizer
.ConstructScriptConstructorBody(loweredBodyOpt, methodSymbol, previousSubmissionFields, _compilation);
1934
return
MethodBodySynthesizer
.ConstructAutoPropertyAccessorBody(sourceMethod);
1975
return
MethodBodySynthesizer
.ConstructDestructorBody(method, body);