3 references to ConstructSingleInvocationMethodBody
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodBodySynthesizer.Lowered.cs (3)
252
F.CloseMethod(MethodBodySynthesizer.
ConstructSingleInvocationMethodBody
(F, methodToInvoke, useBaseReference: false));
285
F.CloseMethod(MethodBodySynthesizer.
ConstructSingleInvocationMethodBody
(F, this.OverriddenAccessor, useBaseReference: true));
332
BoundBlock body = MethodBodySynthesizer.
ConstructSingleInvocationMethodBody
(F, methodBeingWrapped, useBaseReference: true);