45 references to IsMarked
illink (45)
Linker.Steps\AddBypassNGenStep.cs (1)
46
if (!Annotations.
IsMarked
(method)) {
Linker.Steps\CheckSuppressionsDispatcher.cs (6)
39
return (property.GetMethod != null && context.Annotations.
IsMarked
(property.GetMethod))
40
|| (property.SetMethod != null && context.Annotations.
IsMarked
(property.SetMethod));
44
return (@event.AddMethod != null && context.Annotations.
IsMarked
(@event.AddMethod))
45
|| (@event.InvokeMethod != null && context.Annotations.
IsMarked
(@event.InvokeMethod))
46
|| (@event.RemoveMethod != null && context.Annotations.
IsMarked
(@event.RemoveMethod));
49
return context.Annotations.
IsMarked
(provider);
Linker.Steps\DiscoverCustomOperatorsHandler.cs (1)
103
if (otherType == null || Context.Annotations.
IsMarked
(otherType)) {
Linker.Steps\MarkExportedTypesTargetStep.cs (1)
22
if (!context.Annotations.
IsMarked
(exportedType))
Linker.Steps\MarkStep.cs (25)
569
if (!Annotations.
IsMarked
(type) && TypeIsDynamicInterfaceCastableImplementation (type))
592
if (Annotations.
IsMarked
(type)) {
598
if (Annotations.
IsMarked
(iface.InterfaceType)) {
660
Debug.Assert (Annotations.
IsMarked
(overrideInformation.Base) || IgnoreScope (overrideInformation.Base.DeclaringType.Scope));
661
if (!Annotations.
IsMarked
(overrideInformation.Override.DeclaringType))
701
Debug.Assert (Annotations.
IsMarked
(method.DeclaringType));
707
var markedBaseMethods = bases.Where (ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope (ov.Base.DeclaringType.Scope));
732
if (!context.Annotations.
IsMarked
(intf))
1103
if (type is null || !Annotations.
IsMarked
(type))
1136
if (!Annotations.
IsMarked
(resolvedConstructor.Module) &&
1137
!Annotations.
IsMarked
(ca.AttributeType) &&
1145
if (displayTargetType == null || !Annotations.
IsMarked
(displayTargetType))
1669
Debug.Assert (Annotations.
IsMarked
(field));
1772
Debug.Assert (Annotations.
IsMarked
(module));
1852
if (propertyDefinition != null && !Annotations.
IsMarked
(propertyDefinition))
1919
Debug.Assert (Annotations.
IsMarked
(type));
2342
if (ifaces.All (Annotations.
IsMarked
))
2351
if (Annotations.
IsMarked
(resolvedInterfaceType))
2394
if (Annotations.
IsMarked
(method))
2436
if (Annotations.
IsMarked
(method))
2442
if (!((iface is not null && Annotations.
IsMarked
(iface))
2448
if (!Annotations.
IsMarked
(@base) && !IgnoreScope (@base.DeclaringType.Scope))
2913
Debug.Assert (Annotations.
IsMarked
(method));
3139
foreach (var @override in overrides.Where (ov => Annotations.
IsMarked
(ov.Base) || IgnoreScope (ov.Base.DeclaringType.Scope))) {
3696
if (Annotations.
IsMarked
(iface))
Linker.Steps\SealerStep.cs (5)
38
if (!Annotations.
IsMarked
(a))
90
Debug.Assert (Annotations.
IsMarked
(method));
91
if (!Annotations.
IsMarked
(method))
132
if (Annotations.
IsMarked
(m.Override))
144
if (Annotations.
IsMarked
(m.Base))
Linker.Steps\SweepStep.cs (5)
240
if (main.EntryPoint != null && !Annotations.
IsMarked
(main.EntryPoint)) {
250
return Annotations.
IsMarked
(assembly.MainModule);
510
if (!Annotations.
IsMarked
(constants[i].ConstantType))
521
if (ttype != null && !Annotations.
IsMarked
(ttype))
561
return !Annotations.
IsMarked
(element);
Linker\Annotations.cs (1)
509
if (
IsMarked
(definition)) {