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