1 write to SynthesizedMethods
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
280compilationState.SynthesizedMethods = rewriter._synthesizedMethods;
5 references to SynthesizedMethods
Microsoft.CodeAnalysis.CSharp (5)
Compiler\MethodCompiler.cs (1)
708var synthesizedMethods = compilationState.SynthesizedMethods;
Lowering\ClosureConversion\ClosureConversion.cs (4)
62/// In addition, the rewriting deposits into <see cref="TypeCompilationState.SynthesizedMethods"/> 141/// <see cref="TypeCompilationState.SynthesizedMethods"/> at the end of rewriting. 278if (compilationState.SynthesizedMethods == null) 284compilationState.SynthesizedMethods.AddRange(rewriter._synthesizedMethods);