3 references to AddSynthesizedMethod
Microsoft.CodeAnalysis.CSharp (3)
Compiler\TypeCompilationState.cs (1)
152this.AddSynthesizedMethod(wrapper, body);
Lowering\SyntheticBoundNodeFactory.cs (1)
628CompilationState.AddSynthesizedMethod(CurrentFunction, body);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
134compilationState.AddSynthesizedMethod(this, body);