7 references to IgnoreScope
illink (7)
Linker.Steps\MarkStep.cs (7)
585
if (ov.Base.DeclaringType is not null && ov.Base.DeclaringType.IsInterface &&
IgnoreScope
(ov.Base.DeclaringType.Scope))
721
Debug.Assert(Annotations.IsMarked(overrideInformation.Base) ||
IgnoreScope
(overrideInformation.Base.DeclaringType.Scope));
771
var markedBaseMethods = bases.Where(ov => Annotations.IsMarked(ov.Base) ||
IgnoreScope
(ov.Base.DeclaringType.Scope));
2657
if (!
IgnoreScope
(ov.Base.DeclaringType.Scope) && !IsMethodNeededByTypeDueToPreservedScope(ov.Base))
2696
if (!Annotations.IsMarked(@base) && !
IgnoreScope
(@base.DeclaringType.Scope))
2708
||
IgnoreScope
(@base.DeclaringType.Scope);
3432
foreach (var @override in overrides.Where(ov => Annotations.IsMarked(ov.Base) ||
IgnoreScope
(ov.Base.DeclaringType.Scope)))