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)
1612new TypeCompilationState.MethodWithBody(
5 references to MethodWithBody
Microsoft.CodeAnalysis.CSharp (5)
Compiler\TypeCompilationState.cs (3)
45private ArrayBuilder<MethodWithBody>? _synthesizedMethods; 120public ArrayBuilder<MethodWithBody>? SynthesizedMethods 137_synthesizedMethods = ArrayBuilder<MethodWithBody>.GetInstance();
Lowering\ClosureConversion\ClosureConversion.cs (2)
143private ArrayBuilder<TypeCompilationState.MethodWithBody> _synthesizedMethods; 1608_synthesizedMethods = ArrayBuilder<TypeCompilationState.MethodWithBody>.GetInstance();