Pchp.CodeAnalysis.Emit.PEModuleBuilder.SetDebugEntryPoint C# (CSharp) Méthode

SetDebugEntryPoint() private méthode

private SetDebugEntryPoint ( IMethodSymbol method, DiagnosticBag diagnostics ) : void
method IMethodSymbol
diagnostics DiagnosticBag
Résultat void
        internal void SetDebugEntryPoint(IMethodSymbol method, DiagnosticBag diagnostics)
        {
            Debug.Assert(method == null || IsSourceDefinition((IMethodSymbol)method));

            _debugEntryPoint = Translate(method, diagnostics, needDeclaration: true);
        }