1 write to _contextTypeInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
116_contextTypeInfo = contextTypeInfo;
5 references to _contextTypeInfo
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (5)
143return _contextTypeInfo; 151return _contextTypeInfo; 261if (!(_contextTypeInfo.Equals(other._contextTypeInfo))) 268return _methodHandle.GetHashCode() ^ _contextTypeInfo.GetHashCode();