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