45 references to IsMarked
illink (45)
Linker.Steps\AddBypassNGenStep.cs (1)
48
if (!Annotations.
IsMarked
(method))
Linker.Steps\CheckSuppressionsDispatcher.cs (6)
41
return (property.GetMethod != null && context.Annotations.
IsMarked
(property.GetMethod))
42
|| (property.SetMethod != null && context.Annotations.
IsMarked
(property.SetMethod));
47
return (@event.AddMethod != null && context.Annotations.
IsMarked
(@event.AddMethod))
48
|| (@event.InvokeMethod != null && context.Annotations.
IsMarked
(@event.InvokeMethod))
49
|| (@event.RemoveMethod != null && context.Annotations.
IsMarked
(@event.RemoveMethod));
52
return context.Annotations.
IsMarked
(provider);
Linker.Steps\DiscoverCustomOperatorsHandler.cs (1)
110
if (otherType == null || Context.Annotations.
IsMarked
(otherType))
Linker.Steps\MarkExportedTypesTargetStep.cs (1)
22
if (!context.Annotations.
IsMarked
(exportedType))
Linker.Steps\MarkStep.cs (25)
602
if (!Annotations.
IsMarked
(type) && TypeIsDynamicInterfaceCastableImplementation(type))
627
if (Annotations.
IsMarked
(type))
635
if (Annotations.
IsMarked
(iface.InterfaceType))
705
Debug.Assert(Annotations.
IsMarked
(overrideInformation.Base) || IgnoreScope(overrideInformation.Base.DeclaringType.Scope));
706
if (!Annotations.
IsMarked
(overrideInformation.Override.DeclaringType))
749
Debug.Assert(Annotations.
IsMarked
(method.DeclaringType));
755
var markedBaseMethods = bases.Where(ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope(ov.Base.DeclaringType.Scope));
783
if (!context.Annotations.
IsMarked
(intf))
1209
if (type is null || !Annotations.
IsMarked
(type))
1242
if (!Annotations.
IsMarked
(resolvedConstructor.Module) &&
1243
!Annotations.
IsMarked
(ca.AttributeType) &&
1253
if (displayTargetType == null || !Annotations.
IsMarked
(displayTargetType))
1812
Debug.Assert(Annotations.
IsMarked
(field));
1919
Debug.Assert(Annotations.
IsMarked
(module));
2007
if (propertyDefinition != null && !Annotations.
IsMarked
(propertyDefinition))
2075
Debug.Assert(Annotations.
IsMarked
(type));
2543
if (ifaces.All(Annotations.
IsMarked
))
2552
if (Annotations.
IsMarked
(resolvedInterfaceType))
2596
if (Annotations.
IsMarked
(method))
2639
if (Annotations.
IsMarked
(method))
2645
if (!((iface is not null && Annotations.
IsMarked
(iface))
2651
if (!Annotations.
IsMarked
(@base) && !IgnoreScope(@base.DeclaringType.Scope))
3156
Debug.Assert(Annotations.
IsMarked
(method));
3398
foreach (var @override in overrides.Where(ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope(ov.Base.DeclaringType.Scope)))
4000
if (Annotations.
IsMarked
(iface))
Linker.Steps\SealerStep.cs (5)
40
if (!Annotations.
IsMarked
(a))
97
Debug.Assert(Annotations.
IsMarked
(method));
98
if (!Annotations.
IsMarked
(method))
140
if (Annotations.
IsMarked
(m.Override))
153
if (Annotations.
IsMarked
(m.Base))
Linker.Steps\SweepStep.cs (5)
253
if (main.EntryPoint != null && !Annotations.
IsMarked
(main.EntryPoint))
264
return Annotations.
IsMarked
(assembly.MainModule);
548
if (!Annotations.
IsMarked
(constants[i].ConstantType))
562
if (ttype != null && !Annotations.
IsMarked
(ttype))
607
return !Annotations.
IsMarked
(element);
Linker\Annotations.cs (1)
503
if (
IsMarked
(definition))