10 references to IsInstantiated
illink (10)
Linker.Steps\MarkStep.cs (10)
534
if (Annotations.
IsInstantiated
(type))
592
if (Annotations.
IsInstantiated
(type) || Annotations.IsRelevantToVariantCasting(type) ||
689
if (Annotations.
IsInstantiated
(body.Method.DeclaringType))
753
if (Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
771
if (Context.IsOptimizationEnabled(CodeOptimizations.OverrideRemoval, overrideInformation.Override) && Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
835
if ((!ov.Override.IsStatic && !Annotations.
IsInstantiated
(ov.InterfaceImplementor.Implementor))
2750
return Annotations.
IsInstantiated
(overrideInformation.InterfaceImplementor.Implementor);
3541
if (Annotations.
IsInstantiated
(type))
3932
&& !Annotations.
IsInstantiated
(methodIL.Method.DeclaringType)
4077
if (!Annotations.
IsInstantiated
(type))