1 write to SynthesizedMethods
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
280
compilationState.
SynthesizedMethods
= rewriter._synthesizedMethods;
5 references to SynthesizedMethods
Microsoft.CodeAnalysis.CSharp (5)
Compiler\MethodCompiler.cs (1)
708
var 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.
278
if (compilationState.
SynthesizedMethods
== null)
284
compilationState.
SynthesizedMethods
.AddRange(rewriter._synthesizedMethods);