Home
last modified time | relevance | path

Searched refs:GetMethod (Results 251 – 275 of 4194) sorted by relevance

1...<<11121314151617181920>>...168

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-408.cs8 …object [] o = typeof (IFoo).GetMethod ("get_Item").GetParameters () [0].GetCustomAttributes (false… in Main()
12 o = typeof (IFoo).GetMethod ("set_Item").GetParameters () [0].GetCustomAttributes (false); in Main()
H A Dtest-617.cs30 MethodInfo o = typeof (Y).GetMethod ("X.add_Foo", BindingFlags.NonPublic | BindingFlags.Instance); in Main()
35 o = typeof (Y).GetMethod ("X.get_Prop", BindingFlags.NonPublic | BindingFlags.Instance); in Main()
H A Dtest-769.cs16 var m1 = typeof (C).GetMethod ("Clear"); in Main()
21 var m2 = typeof (C).GetMethod ("I.Clear", BindingFlags.NonPublic | BindingFlags.Instance); in Main()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dbug-575941.cs45 tb.DefineMethodOverride (mb, TypeBuilder.GetMethod (inst, if_mb)); in Main()
46 tb.DefineMethodOverride (mb, TypeBuilder.GetMethod (inst, if_mb2)); in Main()
52 var info = k.MakeGenericType (new Type [] { typeof (string) }).GetMethod ("foo"); in Main()
H A Dcoreclr-security.cs402 MethodInfo method = type.GetMethod ("TransparentReflectionCMethod"); in Main()
411 MethodInfo method = type.GetMethod ("ReflectionCMethod"); in Main()
419 MethodInfo method = type.GetMethod ("TransparentReflectionCMethod"); in Main()
429 MethodInfo method = type.GetMethod ("ReflectionCMethod"); in Main()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/Test/System.Linq.Expressions/
H A DExpressionTest_ListBind.cs82 Expression.ListBind (typeof (Foo).GetMethod ("test"), new List<ElementInit> ()); in MethodMustBeAnAccessor()
88 var add = typeof (List<string>).GetMethod ("Add"); in ListBindToString()
104 var add = typeof (List<string>).GetMethod ("Add"); in CompiledListBinding()
H A DExpressionTest_Coalesce.cs145 …Expression.Call (typeof (int).GetMethod ("Parse", new [] { typeof (string) }), s), s)), s).Compile… in CoalesceUserDefinedConversion()
170 var method = typeof (Slot).GetMethod ("op_Implicit"); in CoalesceNullableSlotIntoInteger()
195 Expression.Call (typeof (int).GetMethod ("Parse", new [] { typeof (string) }), s), s, p)); in WrongCoalesceConversionParameterCount()
237 Expression.Call (typeof (int).GetMethod ("Parse", new [] { typeof (string) }), s), s)); in CoalesceVoidUserDefinedConversion()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Windows/
H A DCookieExtensions.cs25 …s_toServerStringFunc = (Func<Cookie, string>)typeof(Cookie).GetMethod("ToServerString", flags).Cre… in ToServerString()
44 …s_cloneFunc = (Func<Cookie, Cookie>)typeof(Cookie).GetMethod("Clone", flags).CreateDelegate(typeof… in Clone()
96 …c = (Func<CookieCollection, Cookie, bool, int>)typeof(CookieCollection).GetMethod("InternalAdd", f… in InternalAdd()
/dports/devel/log4net/log4net-1.2.10/src/Core/
H A DLocationInfo.cs96 if (frame != null && frame.GetMethod().DeclaringType == callerStackBoundaryDeclaringType) in LocationInfo()
107 if (frame != null && frame.GetMethod().DeclaringType != callerStackBoundaryDeclaringType) in LocationInfo()
121 System.Reflection.MethodBase method = locationFrame.GetMethod(); in LocationInfo()
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/cookie/
H A DTestCookieIgnoreSpec.java42 import org.apache.commons.httpclient.methods.GetMethod;
91 GetMethod httpget = new GetMethod("/"); in testIgnoreCookies()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/MethodBuilder/
H A DMethodBuilderSetParameters.cs34 MethodInfo createdMethod = createdType.GetMethod(method.Name); in SetParameters()
64 MethodInfo createdMethod = createdType.GetMethod(method.Name); in SetParameters_NullParameterTypes()
81 MethodInfo method = createdType.GetMethod(builder.Name); in SetParameters_EmptyParameterTypes()
98 MethodInfo method = createdType.GetMethod(builder.Name); in SetParameters_NoParameterTypes()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.TypeExtensions/tests/
H A DMethodInfoTests.cs19 MethodInfo method = Helpers.GetMethod(type, name); in Properties()
48 MethodInfo method = type.GetMethod(name, typeArguments); in GetBaseDefinition()
73 MethodInfo method = Helpers.GetMethod(type, name); in GetGenericArguments()
82 …MethodInfo method = typeof(MI_NonGenericClass).GetMethod(nameof(MI_NonGenericClass.MethodA), new T… in Invoke_StringArgument_ReturnsString()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Services/
H A DTestTypeMethodImpl.cs46 MethodInfo method = GetMethod("Sub"); in MethodPropertyReflectsInitializedMethod()
206 return new TypeMethodImpl(typeof(MockService).GetMethod(name)); in GetImpl()
209 private static MethodInfo GetMethod(string name) in GetMethod() method in Jayrock.Services.TestTypeMethodImpl
211 return typeof(MockService).GetMethod(name); in GetMethod()
/dports/irc/smuxi/smuxi-1.1/src/Common/
H A DTrace.cs46 return new StackTrace(new StackFrame(1)).GetFrame(0).GetMethod(); in GetMethodBase()
56 MethodBase method = sf.GetMethod(); in GetStackTrace()
67 MethodBase mb = new StackTrace(new StackFrame(1)).GetFrame(0).GetMethod(); in CallFull()
81 MethodBase mb = new StackTrace(new StackFrame(1)).GetFrame(0).GetMethod(); in Call()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/System.Xml.Serialization/
H A DTypeData.cs146 typeConvertor = t.GetMethod (convertor.Method, BindingFlags.Static | BindingFlags.NonPublic); in LookupTypeConvertor()
372 MethodInfo addMethod = type.GetMethod ("Add", new Type[] { listItemType });
379 MethodInfo met = type.GetMethod ("GetEnumerator", Type.EmptyTypes);
382 met = type.GetMethod ("System.Collections.IEnumerable.GetEnumerator",
393 MethodInfo addMethod = type.GetMethod ("Add", new Type[] { listItemType });
480 if (type.GetMethod ("Add", gatypes) != null) in GetGenericListItemType()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dchecksum.hpp224 EMethod GetMethod(void) const;
328 EMethod GetMethod(void) const;
502 CHash::EMethod CHash::GetMethod(void) const in GetMethod() function in CHash
508 CChecksum::EMethod CChecksum::GetMethod(void) const in GetMethod() function in CChecksum
639 _ASSERT(GetMethod() == eMD5); in GetMD5Digest()
646 _ASSERT(GetMethod() == eMD5); in GetMD5Digest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dchecksum.hpp224 EMethod GetMethod(void) const;
328 EMethod GetMethod(void) const;
502 CHash::EMethod CHash::GetMethod(void) const in GetMethod() function in CHash
508 CChecksum::EMethod CChecksum::GetMethod(void) const in GetMethod() function in CChecksum
639 _ASSERT(GetMethod() == eMD5); in GetMD5Digest()
646 _ASSERT(GetMethod() == eMD5); in GetMD5Digest()
/dports/net/easysoap/EasySoap++-0.8.0/include/easysoap/
H A DSOAPResponse.h49 return GetBody().GetMethod().GetParameter(i);
54 return GetBody().GetMethod().GetParameter(name); in GetReturnValue()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Attributes/
H A DRepeatedTestTests.cs44 successMethod = testType.GetMethod ("RepeatSuccess"); in SetUp()
46 failOnFirstMethod = testType.GetMethod("RepeatFailOnFirst"); in SetUp()
48 failOnThirdMethod = testType.GetMethod("RepeatFailOnThird"); in SetUp()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/UnitTesting/
H A DEqualityExtensions.cs52 … return typeof(EqualityExtensions).GetMethod("IsEqual", new[] { extendedType, extendedType }); in GetExtensionMethod()
74 …bool equalsNotOverridden = objType.GetMethod("Equals", new Type[] { typeof(object) }).DeclaringTyp… in CheckEquals()
79 … MethodInfo equalsMethod = objType.GetMethod("Equals", new Type[] { objType }); in CheckEquals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.StackTrace/src/System/Diagnostics/SymbolStore/
H A DISymbolReader.cs26 ISymbolMethod GetMethod(SymbolToken method); in GetMethod() method
31 ISymbolMethod GetMethod(SymbolToken method, int version); in GetMethod() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DCollectionDataContract.cs1045 return t?.GetMethod(name); in GetTargetMethodWithName()
1100 addMethod = type.GetMethod(Globals.AddMethodName); in IsCollectionOrTryCreate()
1111 addMethod = collectionType.GetMethod(Globals.AddMethodName); in IsCollectionOrTryCreate()
1114 …atorMethod = Globals.TypeOfIEnumerableGeneric.MakeGenericType(itemType).GetMethod(Globals.GetEnume… in IsCollectionOrTryCreate()
1122 addMethod = type.GetMethod(Globals.AddMethodName); in IsCollectionOrTryCreate()
1131 addMethod = type.GetMethod(Globals.AddMethodName); in IsCollectionOrTryCreate()
1135 … getEnumeratorMethod = Globals.TypeOfIEnumerable.GetMethod(Globals.GetEnumeratorMethodName); in IsCollectionOrTryCreate()
1284 addMethod = t.GetMethod(Globals.AddMethodName) ?? addMethod; in FindCollectionMethodsOnInterface()
1285 … getEnumeratorMethod = t.GetMethod(Globals.GetEnumeratorMethodName) ?? getEnumeratorMethod; in FindCollectionMethodsOnInterface()
1295 …addMethod = type.GetMethod(Globals.AddMethodName, BindingFlags.Instance | BindingFlags.Public, add… in GetCollectionMethods()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/server/
H A Dqgsbufferserverrequest.h43 …const QString &url, QgsServerRequest::Method method = QgsServerRequest::GetMethod, const QgsServer…
53 …t( const QUrl &url, QgsServerRequest::Method method = QgsServerRequest::GetMethod, const QgsServer…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/
H A Dqgsbufferserverrequest.h43 …const QString &url, QgsServerRequest::Method method = QgsServerRequest::GetMethod, const QgsServer…
53 …t( const QUrl &url, QgsServerRequest::Method method = QgsServerRequest::GetMethod, const QgsServer…
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Diagnostics.SymbolStore/
H A DISymbolReader.cs49 ISymbolMethod GetMethod (SymbolToken method); in GetMethod() method
50 ISymbolMethod GetMethod (SymbolToken method, int version); in GetMethod() method

1...<<11121314151617181920>>...168