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)
41
if (!
_isNonSharableCache
.HasValue)
45
return
_isNonSharableCache
.Value;