Home
last modified time | relevance | path

Searched refs:m_methodInfo (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/CommandTrees/
H A DValueExpressions.cs370 MethodMetadata m_methodInfo; field in System.Data.Common.CommandTrees.MethodExpression
422 m_methodInfo = methodInfo; in MethodExpression()
429 public MethodMetadata Method { get { return m_methodInfo; } }
452 if (this.m_methodInfo.IsStatic)
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DStackFrameIterator.cpp539 …veSafePointAddress = GetCodeManager()->RemapHardwareFaultToGCSafePoint(&m_methodInfo, m_ControlPC); in HandleExCollide()
1323 …FAILFAST_OR_DAC_FAIL(GetCodeManager()->UnwindStackFrame(&m_methodInfo, &m_RegDisplay, &pPreviousTr… in NextInternal()
1325 bool doingFuncletUnwind = GetCodeManager()->IsFunclet(&m_methodInfo); in NextInternal()
1628 …erBound = GetCodeManager()->GetConservativeUpperBoundForOutgoingArgs(&m_methodInfo, &m_RegDisplay); in PrepareToYieldFrame()
1697 return &m_methodInfo; in GetMethodInfo()
1712 if (m_pCodeManager == NULL || !m_pCodeManager->FindMethodInfo(m_ControlPC, &m_methodInfo)) in CalculateCurrentMethodState()
1717 FAILFAST_OR_DAC_FAIL(m_pCodeManager->FindMethodInfo(m_ControlPC, &m_methodInfo)); in CalculateCurrentMethodState()
1721 m_FramePointer = GetCodeManager()->GetFramePointer(&m_methodInfo, &m_RegDisplay); in CalculateCurrentMethodState()
H A DStackFrameIterator.h196 MethodInfo m_methodInfo; variable