46 references to IsMarked
illink (46)
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)
614
if (!Annotations.
IsMarked
(type) && TypeIsDynamicInterfaceCastableImplementation(type))
639
if (Annotations.
IsMarked
(type))
647
if (Annotations.
IsMarked
(iface.InterfaceType))
717
Debug.Assert(Annotations.
IsMarked
(overrideInformation.Base) || IgnoreScope(overrideInformation.Base.DeclaringType.Scope));
718
if (!Annotations.
IsMarked
(overrideInformation.Override.DeclaringType))
761
Debug.Assert(Annotations.
IsMarked
(method.DeclaringType));
767
var markedBaseMethods = bases.Where(ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope(ov.Base.DeclaringType.Scope));
795
if (!context.Annotations.
IsMarked
(intf))
1221
if (type is null || !Annotations.
IsMarked
(type))
1254
if (!Annotations.
IsMarked
(resolvedConstructor.Module) &&
1255
!Annotations.
IsMarked
(ca.AttributeType) &&
1265
if (displayTargetType == null || !Annotations.
IsMarked
(displayTargetType))
1836
Debug.Assert(Annotations.
IsMarked
(field));
1943
Debug.Assert(Annotations.
IsMarked
(module));
2037
if (propertyDefinition != null && !Annotations.
IsMarked
(propertyDefinition))
2105
Debug.Assert(Annotations.
IsMarked
(type));
2577
if (ifaces.All(Annotations.
IsMarked
))
2586
if (Annotations.
IsMarked
(resolvedInterfaceType))
2630
if (Annotations.
IsMarked
(method))
2673
if (Annotations.
IsMarked
(method))
2679
if (!((iface is not null && Annotations.
IsMarked
(iface))
2685
if (!Annotations.
IsMarked
(@base) && !IgnoreScope(@base.DeclaringType.Scope))
3190
Debug.Assert(Annotations.
IsMarked
(method));
3432
foreach (var @override in overrides.Where(ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope(ov.Base.DeclaringType.Scope)))
4040
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)
504
if (
IsMarked
(definition))
Linker\TypeMapHandler.cs (1)
199
if (_context.Annotations.
IsMarked
(typeDef))