Home
last modified time | relevance | path

Searched refs:GetDeclaredMethods (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/Microsoft/Internal/
H A DReflectionServices.cs126 IEnumerable<MethodInfo> declaredMethods = type.GetDeclaredMethods(); in GetAllMethods()
139 private static IEnumerable<MethodInfo> GetDeclaredMethods(this Type type) in GetDeclaredMethods() method in Microsoft.Internal.ReflectionServices
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/src/Microsoft/Internal/
H A DReflectionServices.cs125 IEnumerable<MethodInfo> declaredMethods = type.GetDeclaredMethods(); in GetAllMethods()
138 private static IEnumerable<MethodInfo> GetDeclaredMethods(this Type type) in GetDeclaredMethods() method in Microsoft.Internal.ReflectionServices
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DNonOverriddenApis.cs166 …public sealed override IEnumerable<MethodInfo> GetDeclaredMethods(string name) => base.GetDeclared… in GetDeclaredMethods() method in System.Reflection.Runtime.TypeInfos.RuntimeTypeInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Console/tests/
H A DTermInfo.cs114 …GetTypeInfo().Assembly.GetType(TerminfoDatabaseType).GetTypeInfo().GetDeclaredMethods(ReadDatabase… in ReadTermInfoDatabase()
179 … .GetDeclaredMethods(EvaluateMethod).First(m => m.GetParameters()[1].ParameterType.IsArray); in EvaluateParameterizedStrings()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Reflection/
H A DMemberInfoTests.netcoreapp.cs21 …IEnumerable<MethodInfo> methodsOnGeneric = tGeneric.GetTypeInfo().GetDeclaredMethods(nameof(Generi… in HasSameMetadataDefinitionAs_GenericClassMembers()
104 … MethodInfo mooGeneric = t1.GetTypeInfo().GetDeclaredMethods("Moo").Single(m => m.IsGenericMethod); in HasSameMetadataDefinitionAs_ConstructedGenericMethods()
154 …fo mooGeneric = typeof(TestClassWithGenericMethod<>).GetTypeInfo().GetDeclaredMethods("Moo").Singl… in HasSameMetadataDefinitionAs_GenericTypeParameters()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DTypeInfo.cs24 public virtual IEnumerable<MethodInfo> GetDeclaredMethods(string name) in GetDeclaredMethods() method in System.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DTypeInfo.cs135 public IEnumerable<MethodInfo> GetDeclaredMethods(string name) in GetDeclaredMethods() method in IKVM.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DTypeInfo.cs24 public virtual IEnumerable<MethodInfo> GetDeclaredMethods(string name) in GetDeclaredMethods() method in System.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dtypeinfo.cs98 public virtual IEnumerable<MethodInfo> GetDeclaredMethods(String name) in GetDeclaredMethods() method in System.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/
H A DEncodingHelper.cs212 …rable<MethodInfo> createStringInfos = typeof(String).GetTypeInfo().GetDeclaredMethods("CreateStrin… in LoadGetStringPlatform()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/
H A DEnvironment.Unix.cs218 … foreach (MethodInfo mi in fileType.GetTypeInfo().GetDeclaredMethods("ReadLines")) in ReadXdgDirectory()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/tests/
H A DGenericVectorTests.tt1450 … var multOperatorMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("op_Multiply")
1476 … var addOperatorMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("op_Addition")
1506 … var divideOperatorMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("op_Division")
1578 MethodInfo copyToMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("CopyTo")
1603 MethodInfo copyToMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("CopyTo")
H A DGenericVectorTests.cs1981 … var multOperatorMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("op_Multiply")
2018 … var addOperatorMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("op_Addition")
2059 … var divideOperatorMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("op_Division")
2164 MethodInfo copyToMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("CopyTo")
2200 MethodInfo copyToMethod = typeof(Vector<T>).GetTypeInfo().GetDeclaredMethods("CopyTo")
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection/tests/
H A DTypeInfoTests.cs960 public void GetDeclaredMethods(string name, int count) in GetDeclaredMethods() method in System.Reflection.Tests.TypeInfoTests
962 … IEnumerable<MethodInfo> methods = typeof(TI_BaseClass).GetTypeInfo().GetDeclaredMethods(name); in GetDeclaredMethods()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.VisualBasic/src/Microsoft/VisualBasic/CompilerServices/
H A DSymbols.vb1359 … For Each candidate As MethodInfo In declaringType.GetTypeInfo.GetDeclaredMethods(item.Name)
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-objpas/tests/
H A Dtests.rtti.pas2315 methods := t.GetDeclaredMethods;
2331 methods := t.GetDeclaredMethods;
/dports/lang/fpc/fpc-3.2.2/packages/rtl-objpas/tests/
H A Dtests.rtti.pas2315 methods := t.GetDeclaredMethods;
2331 methods := t.GetDeclaredMethods;
/dports/lang/fpc-rtl-objpas/fpc-3.2.2/packages/rtl-objpas/tests/
H A Dtests.rtti.pas2315 methods := t.GetDeclaredMethods;
2331 methods := t.GetDeclaredMethods;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.TypeExtensions/tests/
H A DTypeTests.cs570 …t.Equal(type.GetMethod("ProtectedMethod", declaredFlags), typeInfo.GetDeclaredMethods("ProtectedMe… in Methods_SameAsUnderlyingType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs6274 …stem.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> GetDeclaredMethods(string name)… in GetDeclaredMethods() method in System.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs11123 …stem.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> GetDeclaredMethods(string name)… in GetDeclaredMethods() method in System.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs11123 …stem.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> GetDeclaredMethods(string name)… in GetDeclaredMethods() method in System.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A Dmscorlib.cs10934 …stem.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> GetDeclaredMethods(string name)… in GetDeclaredMethods() method in System.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs11310 …stem.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> GetDeclaredMethods(string name)… in GetDeclaredMethods() method in System.Reflection.TypeInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs11411 …stem.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> GetDeclaredMethods(string name)… in GetDeclaredMethods() method in System.Reflection.TypeInfo

12