10 references to IsInstantiated
illink (10)
Linker.Steps\MarkStep.cs (10)
514
if (Annotations.
IsInstantiated
(type))
572
if (Annotations.
IsInstantiated
(type) || Annotations.IsRelevantToVariantCasting(type) ||
669
if (Annotations.
IsInstantiated
(body.Method.DeclaringType))
733
if (Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
751
if (Context.IsOptimizationEnabled(CodeOptimizations.OverrideRemoval, overrideInformation.Override) && Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
815
if ((!ov.Override.IsStatic && !Annotations.
IsInstantiated
(ov.InterfaceImplementor.Implementor))
2712
return Annotations.
IsInstantiated
(overrideInformation.InterfaceImplementor.Implementor);
3521
if (Annotations.
IsInstantiated
(type))
3912
&& !Annotations.
IsInstantiated
(methodIL.Method.DeclaringType)
4057
if (!Annotations.
IsInstantiated
(type))