1 write to _synthesizedMethods
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1580
_synthesizedMethods
= ArrayBuilder<TypeCompilationState.MethodWithBody>.GetInstance();
6 references to _synthesizedMethods
Microsoft.CodeAnalysis.CSharp (6)
Lowering\ClosureConversion\ClosureConversion.cs (6)
271
if (rewriter.
_synthesizedMethods
!= null)
275
compilationState.SynthesizedMethods = rewriter.
_synthesizedMethods
;
279
compilationState.SynthesizedMethods.AddRange(rewriter.
_synthesizedMethods
);
280
rewriter.
_synthesizedMethods
.Free();
1578
if (
_synthesizedMethods
== null)
1583
_synthesizedMethods
.Add(