3 references to CanShareNormalGenericCode
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\EETypeCreator.cs (1)
659
if (!type.
CanShareNormalGenericCode
())
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
619
Debug.Assert(!type.
CanShareNormalGenericCode
());
Internal\Runtime\TypeLoader\TypeBuilderState.cs (1)
197
return TypeBeingBuilt.
CanShareNormalGenericCode
();