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)
607
if (!Annotations.
IsMarked
(type) && TypeIsDynamicInterfaceCastableImplementation(type))
632
if (Annotations.
IsMarked
(type))
640
if (Annotations.
IsMarked
(iface.InterfaceType))
710
Debug.Assert(Annotations.
IsMarked
(overrideInformation.Base) || IgnoreScope(overrideInformation.Base.DeclaringType.Scope));
711
if (!Annotations.
IsMarked
(overrideInformation.Override.DeclaringType))
754
Debug.Assert(Annotations.
IsMarked
(method.DeclaringType));
760
var markedBaseMethods = bases.Where(ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope(ov.Base.DeclaringType.Scope));
788
if (!context.Annotations.
IsMarked
(intf))
1214
if (type is null || !Annotations.
IsMarked
(type))
1247
if (!Annotations.
IsMarked
(resolvedConstructor.Module) &&
1248
!Annotations.
IsMarked
(ca.AttributeType) &&
1258
if (displayTargetType == null || !Annotations.
IsMarked
(displayTargetType))
1829
Debug.Assert(Annotations.
IsMarked
(field));
1936
Debug.Assert(Annotations.
IsMarked
(module));
2047
if (propertyDefinition != null && !Annotations.
IsMarked
(propertyDefinition))
2115
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))
3179
Debug.Assert(Annotations.
IsMarked
(method));
3421
foreach (var @override in overrides.Where(ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope(ov.Base.DeclaringType.Scope)))
4071
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),