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