1 write to ContextTypeInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
48
ContextTypeInfo
= contextTypeInfo;
9 references to ContextTypeInfo
System.Private.CoreLib (9)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (5)
107
if (!(
ContextTypeInfo
.Equals(other.
ContextTypeInfo
)))
116
return HashCode.Combine(_propertyHandle,
ContextTypeInfo
, _reflectedType);
158
bool inherited = !_reflectedType.Equals(
ContextTypeInfo
);
174
return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.GetRuntimeNamedMethodInfo(new NativeFormatMethodCommon(methodHandle, _definingTypeInfo,
ContextTypeInfo
), _reflectedType);
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (4)
72
return
ContextTypeInfo
.ToType();
121
public sealed override Type[] GetOptionalCustomModifiers() => PropertyTypeHandle.GetCustomModifiers(
ContextTypeInfo
.TypeContext, optional: true);
123
public sealed override Type[] GetRequiredCustomModifiers() => PropertyTypeHandle.GetCustomModifiers(
ContextTypeInfo
.TypeContext, optional: false);
163
TypeContext typeContext =
ContextTypeInfo
.TypeContext;