Home
last modified time | relevance | path

Searched defs:GetMethodInfo (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Util/
H A DReflectionUtility.cs42 public static MethodInfo GetMethodInfo(LambdaExpression lambdaExpression) in GetMethodInfo() method in DbLinq.Util.ReflectionUtility
56 public static MethodInfo GetMethodInfo<T>(this Expression<Action<T>> lambdaExpression) in GetMethodInfo() method in DbLinq.Util.ReflectionUtility
66 public static MethodInfo GetMethodInfo(this Expression<Action> lambdaExpression) in GetMethodInfo() method in DbLinq.Util.ReflectionUtility
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DConstructorInfo.cs45 internal abstract MethodInfo GetMethodInfo(); in GetMethodInfo() method in IKVM.Reflection.ConstructorInfo
188 internal override MethodInfo GetMethodInfo() in GetMethodInfo() method in IKVM.Reflection.ConstructorInfoImpl
229 internal override MethodInfo GetMethodInfo() in GetMethodInfo() method in IKVM.Reflection.ConstructorInfoWithReflectedType
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Archive/7z/
H A D7zMethods.cpp144 bool GetMethodInfo(const CMethodID &methodID, CMethodInfo &methodInfo) in GetMethodInfo() function
158 bool GetMethodInfo(const UString &name, CMethodInfo2 &methodInfo) in GetMethodInfo() function
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/reflect/xptinfo/
H A Dxptinfo.cpp59 nsresult nsXPTInterfaceInfo::GetMethodInfo( in GetMethodInfo() function in nsXPTInterfaceInfo
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/reflect/xptinfo/
H A Dxptinfo.cpp59 nsresult nsXPTInterfaceInfo::GetMethodInfo( in GetMethodInfo() function in nsXPTInterfaceInfo
/dports/www/firefox-esr/firefox-91.8.0/xpcom/reflect/xptinfo/
H A Dxptinfo.cpp59 nsresult nsXPTInterfaceInfo::GetMethodInfo( in GetMethodInfo() function in nsXPTInterfaceInfo
/dports/www/firefox/firefox-99.0/xpcom/reflect/xptinfo/
H A Dxptinfo.cpp59 nsresult nsXPTInterfaceInfo::GetMethodInfo( in GetMethodInfo() function in nsXPTInterfaceInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/
H A DOperationInfoBase.cs120 internal protected abstract MethodInfo GetMethodInfo(IServiceProvider provider); in GetMethodInfo() method in System.Workflow.Activities.OperationInfoBase
H A DOperationInfo.cs227 internal protected override MethodInfo GetMethodInfo(IServiceProvider provider) in GetMethodInfo() method in System.Workflow.Activities.OperationInfo
H A DTypedOperationInfo.cs173 internal protected override MethodInfo GetMethodInfo(IServiceProvider provider) in GetMethodInfo() method in System.Workflow.Activities.TypedOperationInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/src/System/Reflection/
H A DRuntimeReflectionExtensions.cs104 public static MethodInfo GetMethodInfo(this Delegate del) in GetMethodInfo() method in System.Reflection.RuntimeReflectionExtensions
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Debugger/
H A DState.cs133 internal MethodInfo GetMethodInfo(bool withPriming) in GetMethodInfo() method in System.Activities.Debugger.State
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A DRuntimeReflectionExtensions.cs78 public static MethodInfo GetMethodInfo(this Delegate del) in GetMethodInfo() method in System.Reflection.RuntimeReflectionExtensions
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Reflection/
H A DRuntimeReflectionExtensionsTests.cs15 public void GetMethodInfo() in GetMethodInfo() method in System.Reflection.Tests.RuntimeReflectionExtensionsTests
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/
H A Dsecurityruntime.cs44 internal static MethodInfo GetMethodInfo(RuntimeMethodHandleInternal rmh) in GetMethodInfo() method in System.Security.SecurityRuntime
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/ILReader/
H A DILProvider.cs72 … private static MethodInfo GetMethodInfo(string name) => s_tyExceptionInfo.GetMethodAssert(name); in GetMethodInfo() method in System.Linq.Expressions.Tests.ExceptionInfo
H A DTokenResolver.cs60 private static MethodInfo GetMethodInfo(string name) in GetMethodInfo() method in System.Linq.Expressions.Tests.ModuleExtensions
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DSectionMethodList.cpp158 void SectionMethodList::GetMethodInfo(UInt32 uSectionOffset, UInt32 * puMethodIndex, in GetMethodInfo() function in SectionMethodList
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DConstructorBuilder.cs133 internal override MethodInfo GetMethodInfo() in GetMethodInfo() method in IKVM.Reflection.Emit.ConstructorBuilder
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/
H A DIQueryable.cs45 private static MethodInfo GetMethodInfo<T1, T2>(Func<T1, T2> f, T1 unused1) { in GetMethodInfo() method in System.Linq.Queryable
49 … private static MethodInfo GetMethodInfo<T1, T2, T3>(Func<T1, T2, T3> f, T1 unused1, T2 unused2) { in GetMethodInfo() method in System.Linq.Queryable
53 …private static MethodInfo GetMethodInfo<T1, T2, T3, T4>(Func<T1, T2, T3, T4> f, T1 unused1, T2 unu… in GetMethodInfo() method in System.Linq.Queryable
57 …private static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5> f, T1 unused1… in GetMethodInfo() method in System.Linq.Queryable
61 …private static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5, T6>(Func<T1, T2, T3, T4, T5, T6> f, T1… in GetMethodInfo() method in System.Linq.Queryable
65 …private static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5, T6, T7>(Func<T1, T2, T3, T4, T5, T6, T… in GetMethodInfo() method in System.Linq.Queryable
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Messaging/
H A DMonoMethodMessage.cs122 private static MethodInfo GetMethodInfo (Type type, string methodName) in GetMethodInfo() method in System.Runtime.Remoting.Messaging.MonoMethodMessage
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/
H A DMemberHelper.cs48 …private static MethodInfo GetMethodInfo(object instance, string methodName, Type[] types = null, M… in GetMethodInfo() method in System.Web.TestUtil.MemberHelper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/LocalService/
H A DCorrelationResolver.cs383 …private void GetMethodInfo(Type interfaceType, string methodName, out MethodInfo methodInfo, out D… in GetMethodInfo() method in System.Workflow.Activities.DefaultCorrelationProvider
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/CoreFx.Private.TestUtilities/src/System/Diagnostics/
H A DRemoteExecutorTestBase.cs150 private static MethodInfo GetMethodInfo(Delegate d) in GetMethodInfo() method in System.Diagnostics.RemoteExecutorTestBase
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/reflect/xptinfo/
H A DShimInterfaceInfo.cpp334 ShimInterfaceInfo::GetMethodInfo(uint16_t aIndex, in GetMethodInfo() function in ShimInterfaceInfo

123