Home
last modified time | relevance | path

Searched refs:contextTypeInfo (Results 1 – 18 of 18) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/TypeInfos/NativeFormat/
H A DNativeFormatRuntimeTypeInfo.CoreGetDeclared.cs21 …orInfo> CoreGetDeclaredConstructors(NameFilter optionalNameFilter, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredConstructors() argument
37 ….GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo)); in CoreGetDeclaredConstructors()
41 …hods(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredMethods() argument
52 …timeNamedMethodInfo(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo), reflectedTy… in CoreGetDeclaredMethods()
56 …ents(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredEvents() argument
62 … NativeFormatRuntimeEventInfo.GetRuntimeEventInfo(eventHandle, this, contextTypeInfo, reflectedTyp… in CoreGetDeclaredEvents()
66 …elds(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredFields() argument
72 … NativeFormatRuntimeFieldInfo.GetRuntimeFieldInfo(fieldHandle, this, contextTypeInfo, reflectedTyp… in CoreGetDeclaredFields()
76 …ties(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredProperties() argument
82 …rmatRuntimePropertyInfo.GetRuntimePropertyInfo(propertyHandle, this, contextTypeInfo, reflectedTyp… in CoreGetDeclaredProperties()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/TypeInfos/EcmaFormat/
H A DEcmaFormatRuntimeNamedTypeInfo.CoreGetDeclared.cs21 …orInfo> CoreGetDeclaredConstructors(NameFilter optionalNameFilter, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredConstructors() argument
37 …n>.GetRuntimePlainConstructorInfo(new EcmaFormatMethodCommon(methodHandle, this, contextTypeInfo)); in CoreGetDeclaredConstructors()
41 …hods(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredMethods() argument
52 …untimeNamedMethodInfo(new EcmaFormatMethodCommon(methodHandle, this, contextTypeInfo), reflectedTy… in CoreGetDeclaredMethods()
56 …ents(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredEvents() argument
62 …rn EcmaFormatRuntimeEventInfo.GetRuntimeEventInfo(eventHandle, this, contextTypeInfo, reflectedTyp… in CoreGetDeclaredEvents()
66 …elds(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredFields() argument
72 …rn EcmaFormatRuntimeFieldInfo.GetRuntimeFieldInfo(fieldHandle, this, contextTypeInfo, reflectedTyp… in CoreGetDeclaredFields()
76 …ties(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo) in CoreGetDeclaredProperties() argument
82 …rmatRuntimePropertyInfo.GetRuntimePropertyInfo(propertyHandle, this, contextTypeInfo, reflectedTyp… in CoreGetDeclaredProperties()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DDispensers.Ecma.cs100 …le, EcmaFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in GetRuntimeFieldInfo() argument
102 …return new EcmaFormatRuntimeFieldInfo(fieldHandle, definingTypeInfo, contextTypeInfo, reflectedTyp… in GetRuntimeFieldInfo()
129 …le, EcmaFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in GetRuntimePropertyInfo() argument
131 … new EcmaFormatRuntimePropertyInfo(propertyHandle, definingTypeInfo, contextTypeInfo, reflectedTyp… in GetRuntimePropertyInfo()
143 …le, EcmaFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in GetRuntimeEventInfo() argument
145 …return new EcmaFormatRuntimeEventInfo(eventHandle, definingTypeInfo, contextTypeInfo, reflectedTyp… in GetRuntimeEventInfo()
H A DDispensers.NativeFormat.cs124 …, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in GetRuntimeFieldInfo() argument
126 …return new NativeFormatRuntimeFieldInfo(fieldHandle, definingTypeInfo, contextTypeInfo, reflectedT… in GetRuntimeFieldInfo()
138 …, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in GetRuntimePropertyInfo() argument
140 …ew NativeFormatRuntimePropertyInfo(propertyHandle, definingTypeInfo, contextTypeInfo, reflectedTyp… in GetRuntimePropertyInfo()
152 …, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in GetRuntimeEventInfo() argument
154 …return new NativeFormatRuntimeEventInfo(eventHandle, definingTypeInfo, contextTypeInfo, reflectedT… in GetRuntimeEventInfo()
H A DReflectionCoreCallbacksImplementation.cs157 RuntimeTypeInfo contextTypeInfo = declaringTypeHandle.GetTypeForRuntimeTypeHandle(); in GetFieldInfo()
158 …NativeFormatRuntimeNamedTypeInfo definingTypeInfo = contextTypeInfo.AnchoringTypeDefinitionForDecl… in GetFieldInfo()
162 RuntimeTypeInfo reflectedType = contextTypeInfo; in GetFieldInfo()
163 …tRuntimeFieldInfo.GetRuntimeFieldInfo(fieldHandle, definingTypeInfo, contextTypeInfo, reflectedTyp… in GetFieldInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/Internal/Reflection/Core/Execution/
H A DExecutionDomain.cs127 RuntimeTypeInfo contextTypeInfo = declaringTypeHandle.GetTypeForRuntimeTypeHandle(); in GetMethod()
133 …NativeFormatRuntimeNamedTypeInfo definingTypeInfo = contextTypeInfo.AnchoringTypeDefinitionForDecl… in GetMethod()
137 …torInfo(new NativeFormatMethodCommon(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo)); in GetMethod()
142 RuntimeTypeInfo reflectedType = contextTypeInfo; in GetMethod()
143 …NativeFormatMethodCommon(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo), reflectedTy… in GetMethod()
150 …EcmaFormatRuntimeNamedTypeInfo definingEcmaTypeInfo = contextTypeInfo.AnchoringTypeDefinitionForDe… in GetMethod()
154 …torInfo(new EcmaFormatMethodCommon(ecmaFormatMethodHandle, definingEcmaTypeInfo, contextTypeInfo)); in GetMethod()
159 RuntimeTypeInfo reflectedType = contextTypeInfo; in GetMethod()
160 …EcmaFormatMethodCommon(ecmaFormatMethodHandle, definingEcmaTypeInfo, contextTypeInfo), reflectedTy… in GetMethod()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/TypeInfos/
H A DRuntimeTypeInfo.CoreGetDeclared.cs129 …rInfo> CoreGetDeclaredConstructors(NameFilter optionalNameFilter, RuntimeTypeInfo contextTypeInfo); in CoreGetDeclaredConstructors() argument
130 …ods(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo); in CoreGetDeclaredMethods() argument
131 …nts(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo); in CoreGetDeclaredEvents() argument
132 …lds(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo); in CoreGetDeclaredFields() argument
133 …ies(NameFilter optionalNameFilter, RuntimeTypeInfo reflectedType, RuntimeTypeInfo contextTypeInfo); in CoreGetDeclaredProperties() argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/EventInfos/EcmaFormat/
H A DEcmaFormatRuntimeEventInfo.cs48 …le, EcmaFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in EcmaFormatRuntimeEventInfo() argument
49 base(contextTypeInfo, reflectedType) in EcmaFormatRuntimeEventInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/EventInfos/
H A DRuntimeEventInfo.cs26 protected RuntimeEventInfo(RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType) in RuntimeEventInfo() argument
28 ContextTypeInfo = contextTypeInfo; in RuntimeEventInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/EventInfos/NativeFormat/
H A DNativeFormatRuntimeEventInfo.cs48 …, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in NativeFormatRuntimeEventInfo() argument
49 base(contextTypeInfo, reflectedType) in NativeFormatRuntimeEventInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/PropertyInfos/EcmaFormat/
H A DEcmaFormatRuntimePropertyInfo.cs56 …le, EcmaFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in EcmaFormatRuntimePropertyInfo() argument
57 base(contextTypeInfo, reflectedType) in EcmaFormatRuntimePropertyInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/FieldInfos/EcmaFormat/
H A DEcmaFormatRuntimeFieldInfo.cs58 …le, EcmaFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in EcmaFormatRuntimeFieldInfo() argument
59 base(contextTypeInfo, reflectedType) in EcmaFormatRuntimeFieldInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/PropertyInfos/NativeFormat/
H A DNativeFormatRuntimePropertyInfo.cs56 …, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in NativeFormatRuntimePropertyInfo() argument
57 base(contextTypeInfo, reflectedType) in NativeFormatRuntimePropertyInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/FieldInfos/NativeFormat/
H A DNativeFormatRuntimeFieldInfo.cs55 …, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeI… in NativeFormatRuntimeFieldInfo() argument
56 base(contextTypeInfo, reflectedType) in NativeFormatRuntimeFieldInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/FieldInfos/
H A DRuntimeFieldInfo.cs48 protected RuntimeFieldInfo(RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType) in RuntimeFieldInfo() argument
50 _contextTypeInfo = contextTypeInfo; in RuntimeFieldInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/NativeFormat/
H A DNativeFormatMethodCommon.cs115 …e methodHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo) in NativeFormatMethodCommon()
119 _contextTypeInfo = contextTypeInfo; in NativeFormatMethodCommon()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/PropertyInfos/
H A DRuntimePropertyInfo.cs51 … protected RuntimePropertyInfo(RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType) in RuntimePropertyInfo() argument
53 ContextTypeInfo = contextTypeInfo; in RuntimePropertyInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/EcmaFormat/
H A DEcmaFormatMethodCommon.cs112 …dle methodHandle, EcmaFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo) in EcmaFormatMethodCommon()
116 _contextTypeInfo = contextTypeInfo; in EcmaFormatMethodCommon()