4 references to MethodBodySynthesizer
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (3)
1222
boundStatements =
MethodBodySynthesizer
.ConstructScriptConstructorBody(loweredBodyOpt, methodSymbol, previousSubmissionFields, _compilation);
1901
return
MethodBodySynthesizer
.ConstructAutoPropertyAccessorBody(sourceMethod);
1942
return
MethodBodySynthesizer
.ConstructDestructorBody(method, body);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
154
BoundBlock body = CSharp.
MethodBodySynthesizer
.ConstructFieldLikeEventAccessorBody(fieldLikeEvent, isAddMethod: MethodKind == MethodKind.EventAdd, compilationState.Compilation, diagnostics);