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)
144return _contextTypeInfo; 152return _contextTypeInfo; 260if (!(_contextTypeInfo.Equals(other._contextTypeInfo))) 267return _methodHandle.GetHashCode() ^ _contextTypeInfo.GetHashCode();