10 references to IsInstantiated
illink (10)
Linker.Steps\MarkStep.cs (10)
510
if (Annotations.
IsInstantiated
(type))
568
if (Annotations.
IsInstantiated
(type) || Annotations.IsRelevantToVariantCasting(type) ||
665
if (Annotations.
IsInstantiated
(body.Method.DeclaringType))
729
if (Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
747
if (Context.IsOptimizationEnabled(CodeOptimizations.OverrideRemoval, overrideInformation.Override) && Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
811
if ((!ov.Override.IsStatic && !Annotations.
IsInstantiated
(ov.InterfaceImplementor.Implementor))
2701
return Annotations.
IsInstantiated
(overrideInformation.InterfaceImplementor.Implementor);
3521
if (Annotations.
IsInstantiated
(type))
3889
&& !Annotations.
IsInstantiated
(methodIL.Method.DeclaringType)
4015
if (!Annotations.
IsInstantiated
(type))