7 references to IgnoreScope
illink (7)
Linker.Steps\MarkStep.cs (7)
539
if (ov.Base.DeclaringType is not null && ov.Base.DeclaringType.IsInterface &&
IgnoreScope
(ov.Base.DeclaringType.Scope)) {
660
Debug.Assert (Annotations.IsMarked (overrideInformation.Base) ||
IgnoreScope
(overrideInformation.Base.DeclaringType.Scope));
707
var markedBaseMethods = bases.Where (ov => Annotations.IsMarked (ov.Base) ||
IgnoreScope
(ov.Base.DeclaringType.Scope));
2409
if (!
IgnoreScope
(ov.Base.DeclaringType.Scope) && !IsMethodNeededByTypeDueToPreservedScope (ov.Base))
2448
if (!Annotations.IsMarked (@base) && !
IgnoreScope
(@base.DeclaringType.Scope))
2460
||
IgnoreScope
(@base.DeclaringType.Scope);
3139
foreach (var @override in overrides.Where (ov => Annotations.IsMarked (ov.Base) ||
IgnoreScope
(ov.Base.DeclaringType.Scope))) {