Linker.Steps\MarkStep.cs (8)
2051MarkMethodIfNotNull(property.GetMethod, reason, origin);
2052MarkMethodIfNotNull(property.SetMethod, reason, origin);
2062MarkMethodIfNotNull(@event.AddMethod, reason, origin);
2063MarkMethodIfNotNull(@event.RemoveMethod, reason, origin);
2064MarkMethodIfNotNull(@event.InvokeMethod, reason, origin);
3768MarkMethodIfNotNull(evt.AddMethod, new DependencyInfo(dependencyKind, evt), origin);
3769MarkMethodIfNotNull(evt.InvokeMethod, new DependencyInfo(dependencyKind, evt), origin);
3770MarkMethodIfNotNull(evt.RemoveMethod, new DependencyInfo(dependencyKind, evt), origin);