7 references to IgnoreScope
illink (7)
Linker.Steps\MarkStep.cs (7)
569
if (ov.Base.DeclaringType is not null && ov.Base.DeclaringType.IsInterface &&
IgnoreScope
(ov.Base.DeclaringType.Scope))
705
Debug.Assert(Annotations.IsMarked(overrideInformation.Base) ||
IgnoreScope
(overrideInformation.Base.DeclaringType.Scope));
755
var markedBaseMethods = bases.Where(ov => Annotations.IsMarked(ov.Base) ||
IgnoreScope
(ov.Base.DeclaringType.Scope));
2612
if (!
IgnoreScope
(ov.Base.DeclaringType.Scope) && !IsMethodNeededByTypeDueToPreservedScope(ov.Base))
2651
if (!Annotations.IsMarked(@base) && !
IgnoreScope
(@base.DeclaringType.Scope))
2663
||
IgnoreScope
(@base.DeclaringType.Scope);
3398
foreach (var @override in overrides.Where(ov => Annotations.IsMarked(ov.Base) ||
IgnoreScope
(ov.Base.DeclaringType.Scope)))