48 references to IsMarked
illink (48)
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)
618
if (!Annotations.
IsMarked
(type) && TypeIsDynamicInterfaceCastableImplementation(type))
643
if (Annotations.
IsMarked
(type))
651
if (Annotations.
IsMarked
(iface.InterfaceType))
721
Debug.Assert(Annotations.
IsMarked
(overrideInformation.Base) || IgnoreScope(overrideInformation.Base.DeclaringType.Scope));
722
if (!Annotations.
IsMarked
(overrideInformation.Override.DeclaringType))
765
Debug.Assert(Annotations.
IsMarked
(method.DeclaringType));
771
var markedBaseMethods = bases.Where(ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope(ov.Base.DeclaringType.Scope));
799
if (!context.Annotations.
IsMarked
(intf))
1225
if (type is null || !Annotations.
IsMarked
(type))
1258
if (!Annotations.
IsMarked
(resolvedConstructor.Module) &&
1259
!Annotations.
IsMarked
(ca.AttributeType) &&
1269
if (displayTargetType == null || !Annotations.
IsMarked
(displayTargetType))
1840
Debug.Assert(Annotations.
IsMarked
(field));
1947
Debug.Assert(Annotations.
IsMarked
(module));
2058
if (propertyDefinition != null && !Annotations.
IsMarked
(propertyDefinition))
2126
Debug.Assert(Annotations.
IsMarked
(type));
2588
if (ifaces.All(Annotations.
IsMarked
))
2597
if (Annotations.
IsMarked
(resolvedInterfaceType))
2641
if (Annotations.
IsMarked
(method))
2684
if (Annotations.
IsMarked
(method))
2690
if (!((iface is not null && Annotations.
IsMarked
(iface))
2696
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)))
4082
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 (6)
253
if (main.EntryPoint != null && !Annotations.
IsMarked
(main.EntryPoint))
264
return Annotations.
IsMarked
(assembly) || 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 (2)
315
sourceType is null || context.Annotations.
IsMarked
(sourceType),
317
context.Annotations.
IsMarked
(sourceType),