1 write to _synthesizedMethods
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1608
_synthesizedMethods
= ArrayBuilder<TypeCompilationState.MethodWithBody>.GetInstance();
6 references to _synthesizedMethods
Microsoft.CodeAnalysis.CSharp (6)
Lowering\ClosureConversion\ClosureConversion.cs (6)
276
if (rewriter.
_synthesizedMethods
!= null)
280
compilationState.SynthesizedMethods = rewriter.
_synthesizedMethods
;
284
compilationState.SynthesizedMethods.AddRange(rewriter.
_synthesizedMethods
);
285
rewriter.
_synthesizedMethods
.Free();
1606
if (
_synthesizedMethods
== null)
1611
_synthesizedMethods
.Add(