2 instantiations of MethodWithBody
Microsoft.CodeAnalysis.CSharp (2)
Compiler\TypeCompilationState.cs (1)
140
_synthesizedMethods.Add(new
MethodWithBody
(method, body, CurrentImportChain));
Lowering\ClosureConversion\ClosureConversion.cs (1)
1612
new TypeCompilationState.
MethodWithBody
(
5 references to MethodWithBody
Microsoft.CodeAnalysis.CSharp (5)
Compiler\TypeCompilationState.cs (3)
45
private ArrayBuilder<
MethodWithBody
>? _synthesizedMethods;
120
public ArrayBuilder<
MethodWithBody
>? SynthesizedMethods
137
_synthesizedMethods = ArrayBuilder<
MethodWithBody
>.GetInstance();
Lowering\ClosureConversion\ClosureConversion.cs (2)
143
private ArrayBuilder<TypeCompilationState.
MethodWithBody
> _synthesizedMethods;
1608
_synthesizedMethods = ArrayBuilder<TypeCompilationState.
MethodWithBody
>.GetInstance();