10 references to IsInstantiated
illink (10)
Linker.Steps\MarkStep.cs (10)
474
if (Annotations.
IsInstantiated
(type))
529
if (Annotations.
IsInstantiated
(type) || Annotations.IsRelevantToVariantCasting (type) ||
614
if (Annotations.
IsInstantiated
(body.Method.DeclaringType)) {
672
if (Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType))
690
if (Context.IsOptimizationEnabled (CodeOptimizations.OverrideRemoval, overrideInformation.Override) && Annotations.
IsInstantiated
(overrideInformation.Override.DeclaringType)) {
748
if ((!ov.Override.IsStatic && !Annotations.
IsInstantiated
(ov.InterfaceImplementor.Implementor))
2464
return Annotations.
IsInstantiated
(overrideInformation.InterfaceImplementor.Implementor);
3222
if (Annotations.
IsInstantiated
(type))
3564
&& !Annotations.
IsInstantiated
(methodIL.Method.DeclaringType)
3673
if (!Annotations.
IsInstantiated
(type)) {