Home
last modified time | relevance | path

Searched refs:GetMethodAt (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Reader/
H A DTypeDefImpl.cs139 methods[i] = module.GetMethodAt(this, method); in __GetDeclaredMethods()
146 methods[i] = module.GetMethodAt(this, module.MethodPtr.records[method] - 1); in __GetDeclaredMethods()
H A DModuleReader.cs742 internal MethodBase GetMethodAt(TypeDefImpl owner, int index) in GetMethodAt() method in IKVM.Reflection.Reader.ModuleReader
765 return GetMethodAt(null, index); in ResolveMethod()
859 return GetMethodAt(null, (owner & 0xFFFFFF) - 1); in GetMemberRef()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A DAssociates.cs104 associateMethodHandle = RuntimeTypeHandle.GetMethodAt(reflectedType, slot); in AssignAssociates()
H A Dmethodinfo.cs416 … (RuntimeMethodInfo)RuntimeType.GetMethodBase(parent, RuntimeTypeHandle.GetMethodAt(parent, slot)); in GetParentDefinition()
857 baseMethodHandle = RuntimeTypeHandle.GetMethodAt(declaringType, slot); in GetBaseDefinition()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Druntimehandles.cs320 internal extern static RuntimeMethodHandleInternal GetMethodAt(RuntimeType type, int slot); in GetMethodAt() method
H A Drttype.cs3184 … RuntimeMethodHandleInternal ifaceRtMethodHandle = RuntimeTypeHandle.GetMethodAt(ifaceRtType, i); in GetInterfaceMap()
3196 … RuntimeMethodHandleInternal classRtMethodHandle = RuntimeTypeHandle.GetMethodAt(this, slot); in GetInterfaceMap()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Wmi/
H A Dmod.rs280 pub GetMethodAt: isize, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Wmi/
H A Dmod.rs8202 pub GetMethodAt: isize, field
8226 .field("GetMethodAt", &self.GetMethodAt) in fmt()
8245 && self.GetMethodAt == other.GetMethodAt in eq()