7 references to IgnoreScope
illink (7)
Linker.Steps\MarkStep.cs (7)
605
if (ov.Base.DeclaringType is not null && ov.Base.DeclaringType.IsInterface &&
IgnoreScope
(ov.Base.DeclaringType.Scope))
741
Debug.Assert(Annotations.IsMarked(overrideInformation.Base) ||
IgnoreScope
(overrideInformation.Base.DeclaringType.Scope));
791
var markedBaseMethods = bases.Where(ov => Annotations.IsMarked(ov.Base) ||
IgnoreScope
(ov.Base.DeclaringType.Scope));
2695
if (!
IgnoreScope
(ov.Base.DeclaringType.Scope) && !IsMethodNeededByTypeDueToPreservedScope(ov.Base))
2734
if (!Annotations.IsMarked(@base) && !
IgnoreScope
(@base.DeclaringType.Scope))
2746
||
IgnoreScope
(@base.DeclaringType.Scope);
3452
foreach (var @override in overrides.Where(ov => Annotations.IsMarked(ov.Base) ||
IgnoreScope
(ov.Base.DeclaringType.Scope)))