10 references to IsInstantiated
illink (10)
Linker.Steps\MarkStep.cs (10)
516
if (Annotations.
IsInstantiated
(type))
574
if (Annotations.
IsInstantiated
(type) || Annotations.IsRelevantToVariantCasting(type) ||
671
if (Annotations.
IsInstantiated
(body.Method.DeclaringType))
735
if (Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
753
if (Context.IsOptimizationEnabled(CodeOptimizations.OverrideRemoval, overrideInformation.Override) && Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
817
if ((!ov.Override.IsStatic && !Annotations.
IsInstantiated
(ov.InterfaceImplementor.Implementor))
2720
return Annotations.
IsInstantiated
(overrideInformation.InterfaceImplementor.Implementor);
3511
if (Annotations.
IsInstantiated
(type))
3902
&& !Annotations.
IsInstantiated
(methodIL.Method.DeclaringType)
4047
if (!Annotations.
IsInstantiated
(type))