1 write to _contextTypeInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
117
_contextTypeInfo
= contextTypeInfo;
5 references to _contextTypeInfo
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (5)
144
return
_contextTypeInfo
;
152
return
_contextTypeInfo
;
260
if (!(
_contextTypeInfo
.Equals(other.
_contextTypeInfo
)))
267
return _methodHandle.GetHashCode() ^
_contextTypeInfo
.GetHashCode();