Linker.Steps\MarkStep.cs (8)
2111MarkMethodIfNotNull(property.GetMethod, reason, origin);
2112MarkMethodIfNotNull(property.SetMethod, reason, origin);
2122MarkMethodIfNotNull(@event.AddMethod, reason, origin);
2123MarkMethodIfNotNull(@event.RemoveMethod, reason, origin);
2124MarkMethodIfNotNull(@event.InvokeMethod, reason, origin);
3788MarkMethodIfNotNull(evt.AddMethod, new DependencyInfo(dependencyKind, evt), origin);
3789MarkMethodIfNotNull(evt.InvokeMethod, new DependencyInfo(dependencyKind, evt), origin);
3790MarkMethodIfNotNull(evt.RemoveMethod, new DependencyInfo(dependencyKind, evt), origin);