Pchp.CodeAnalysis.Symbols.SourceRoutineSymbol.SynthesizeGhostStubs C# (CSharp) Method

SynthesizeGhostStubs() private method

Creates ghost stubs, i.e. methods with a different signature calling this routine to comply with CLR standards.
private SynthesizeGhostStubs ( PEModuleBuilder module, DiagnosticBag diagnostic ) : void
module PEModuleBuilder
diagnostic DiagnosticBag
return void
        internal virtual void SynthesizeGhostStubs(PEModuleBuilder module, DiagnosticBag diagnostic)
        {
            SynthesizeOverloadsWithOptionalParameters(module, diagnostic);
        }