1 write to _synthesizedMethods
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1611
_synthesizedMethods
= ArrayBuilder<TypeCompilationState.MethodWithBody>.GetInstance();
6 references to _synthesizedMethods
Microsoft.CodeAnalysis.CSharp (6)
Lowering\ClosureConversion\ClosureConversion.cs (6)
281
if (rewriter.
_synthesizedMethods
!= null)
285
compilationState.SynthesizedMethods = rewriter.
_synthesizedMethods
;
289
compilationState.SynthesizedMethods.AddRange(rewriter.
_synthesizedMethods
);
290
rewriter.
_synthesizedMethods
.Free();
1609
if (
_synthesizedMethods
== null)
1614
_synthesizedMethods
.Add(