7 references to BindSynthesizedMethodBody
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.cs (2)
360
MethodCompiler.
BindSynthesizedMethodBody
(frame.Constructor, CompilationState, Diagnostics),
557
MethodCompiler.
BindSynthesizedMethodBody
(frame.Constructor, CompilationState, diagnostics),
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
FlowAnalysis\FlowTestBase.cs (1)
35
var boundBody = MethodCompiler.
BindSynthesizedMethodBody
(sourceSymbol, compilationState, diagnostics);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\ImplicitlyTypeArraysTests.cs (1)
38
var block = MethodCompiler.
BindSynthesizedMethodBody
(method, new TypeCompilationState(method.ContainingType, compilation, null), diagnostics);
Semantics\OperatorTests.cs (1)
3204
var block = MethodCompiler.
BindSynthesizedMethodBody
(method, new TypeCompilationState(method.ContainingType, compilation, null), diagnostics);
Semantics\OverloadResolutionTestBase.cs (1)
37
var block = MethodCompiler.
BindSynthesizedMethodBody
(method, new TypeCompilationState(method.ContainingType, compilation, null), diagnostics);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CompilingTestBase.cs (1)
39
var block = MethodCompiler.
BindSynthesizedMethodBody
(method, compilationState, diagnostics);