1 implementation of CanInstantiationsShareCode
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
747
public bool
CanInstantiationsShareCode
(RuntimeTypeHandle[] methodInstantiation, CanonicalFormKind canonFormKind)
1 reference to CanInstantiationsShareCode
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
845
return _lookupMethodInfo.
CanInstantiationsShareCode
(_methodInstantiation, CanonicalFormKind.Specific);