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