1 write to SynthesizedMethods
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
275compilationState.SynthesizedMethods = rewriter._synthesizedMethods;
5 references to SynthesizedMethods
Microsoft.CodeAnalysis.CSharp (5)
Compiler\MethodCompiler.cs (1)
711var synthesizedMethods = compilationState.SynthesizedMethods;
Lowering\ClosureConversion\ClosureConversion.cs (4)
61/// In addition, the rewriting deposits into <see cref="TypeCompilationState.SynthesizedMethods"/> 139/// <see cref="TypeCompilationState.SynthesizedMethods"/> at the end of rewriting. 273if (compilationState.SynthesizedMethods == null) 279compilationState.SynthesizedMethods.AddRange(rewriter._synthesizedMethods);