2 references to CanInstantiationsShareCode
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\CanonicallyEquivalentEntryLocator.cs (1)
77
return _genericDefinition.Equals(otherGenericDefinition) && TypeLoaderEnvironment.Instance.
CanInstantiationsShareCode
(_genericArgs, otherGenericArgs, CanonicalFormKind.Specific);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
749
return TypeLoaderEnvironment.Instance.
CanInstantiationsShareCode
(methodInstantiation, _genericMethodTypeArgumentHandles, canonFormKind);