4 references to AddSynthesizedMethod
Microsoft.CodeAnalysis.CSharp (2)
Compiler\TypeCompilationState.cs (1)
152
this.
AddSynthesizedMethod
(wrapper, body);
Lowering\SyntheticBoundNodeFactory.cs (1)
545
CompilationState.
AddSynthesizedMethod
(CurrentFunction, body);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\EEConstructorSymbol.cs (1)
28
compilationState.
AddSynthesizedMethod
(this,
Symbols\EEMethodSymbol.cs (1)
699
compilationState.
AddSynthesizedMethod
(this, body);