Home
last modified time | relevance | path

Searched defs:GetRuntimeParameters (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/
H A DRuntimeConstructedGenericMethodInfo.cs199 …internal sealed override RuntimeParameterInfo[] GetRuntimeParameters(RuntimeMethodInfo contextMeth… in GetRuntimeParameters() method in System.Reflection.Runtime.MethodInfos.RuntimeConstructedGenericMethodInfo
H A DRuntimeDummyMethodInfo.cs40 …internal sealed override RuntimeParameterInfo[] GetRuntimeParameters(RuntimeMethodInfo contextMeth… in GetRuntimeParameters() method in System.Reflection.Runtime.MethodInfos.RuntimeDummyMethodInfo
H A DRuntimeSyntheticMethodInfo.cs199 …internal sealed override RuntimeParameterInfo[] GetRuntimeParameters(RuntimeMethodInfo contextMeth… in GetRuntimeParameters() method in System.Reflection.Runtime.MethodInfos.RuntimeSyntheticMethodInfo
H A DRuntimeNamedMethodInfo.cs253 …internal sealed override RuntimeParameterInfo[] GetRuntimeParameters(RuntimeMethodInfo contextMeth… in GetRuntimeParameters() method in System.Reflection.Runtime.MethodInfos.RuntimeNamedMethodInfo
H A DRuntimeMethodInfo.cs311 …internal abstract RuntimeParameterInfo[] GetRuntimeParameters(RuntimeMethodInfo contextMethod, out… in GetRuntimeParameters() method in System.Reflection.Runtime.MethodInfos.RuntimeMethodInfo
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/NativeFormat/
H A DNativeFormatMethodCommon.cs223 …public RuntimeParameterInfo[] GetRuntimeParameters(MethodBase contextMethod, RuntimeTypeInfo[] met… in GetRuntimeParameters() method
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/EcmaFormat/
H A DEcmaFormatMethodCommon.cs235 …public RuntimeParameterInfo[] GetRuntimeParameters(MethodBase contextMethod, RuntimeTypeInfo[] met… in GetRuntimeParameters() method