Linker.Steps\MarkStep.cs (8)
2079MarkMethodIfNotNull(property.GetMethod, reason, origin);
2080MarkMethodIfNotNull(property.SetMethod, reason, origin);
2090MarkMethodIfNotNull(@event.AddMethod, reason, origin);
2091MarkMethodIfNotNull(@event.RemoveMethod, reason, origin);
2092MarkMethodIfNotNull(@event.InvokeMethod, reason, origin);
3767MarkMethodIfNotNull(evt.AddMethod, new DependencyInfo(dependencyKind, evt), origin);
3768MarkMethodIfNotNull(evt.InvokeMethod, new DependencyInfo(dependencyKind, evt), origin);
3769MarkMethodIfNotNull(evt.RemoveMethod, new DependencyInfo(dependencyKind, evt), origin);