1 write to _isNonSharableCache
System.Private.TypeLoader (1)
Internal\TypeSystem\MethodDesc.Runtime.cs (1)
43_isNonSharableCache = ComputeIsNonSharableMethod();
2 references to _isNonSharableCache
System.Private.TypeLoader (2)
Internal\TypeSystem\MethodDesc.Runtime.cs (2)
41if (!_isNonSharableCache.HasValue) 45return _isNonSharableCache.Value;