Linker.Steps\MarkStep.cs (8)
2068MarkMethodIfNotNull(property.GetMethod, reason, origin);
2069MarkMethodIfNotNull(property.SetMethod, reason, origin);
2079MarkMethodIfNotNull(@event.AddMethod, reason, origin);
2080MarkMethodIfNotNull(@event.RemoveMethod, reason, origin);
2081MarkMethodIfNotNull(@event.InvokeMethod, reason, origin);
3764MarkMethodIfNotNull(evt.AddMethod, new DependencyInfo(dependencyKind, evt), origin);
3765MarkMethodIfNotNull(evt.InvokeMethod, new DependencyInfo(dependencyKind, evt), origin);
3766MarkMethodIfNotNull(evt.RemoveMethod, new DependencyInfo(dependencyKind, evt), origin);