1 write to _contextTypeInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
45
_contextTypeInfo
= contextTypeInfo;
7 references to _contextTypeInfo
System.Private.CoreLib (7)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (6)
67
public sealed override Type[] GetOptionalCustomModifiers() => FieldTypeHandle.GetCustomModifiers(_reader,
_contextTypeInfo
.TypeContext, optional: true);
69
public sealed override Type[] GetRequiredCustomModifiers() => FieldTypeHandle.GetCustomModifiers(_reader,
_contextTypeInfo
.TypeContext, optional: false);
115
if (!(
_contextTypeInfo
.Equals(other.
_contextTypeInfo
)))
124
return HashCode.Combine(_fieldHandle,
_contextTypeInfo
, _reflectedType);
151
TypeContext typeContext =
_contextTypeInfo
.TypeContext;
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
77
return
_contextTypeInfo
.ToType();