Linker.Steps\MarkStep.cs (8)
2117MarkMethodIfNotNull(property.GetMethod, reason, origin);
2118MarkMethodIfNotNull(property.SetMethod, reason, origin);
2128MarkMethodIfNotNull(@event.AddMethod, reason, origin);
2129MarkMethodIfNotNull(@event.RemoveMethod, reason, origin);
2130MarkMethodIfNotNull(@event.InvokeMethod, reason, origin);
3794MarkMethodIfNotNull(evt.AddMethod, new DependencyInfo(dependencyKind, evt), origin);
3795MarkMethodIfNotNull(evt.InvokeMethod, new DependencyInfo(dependencyKind, evt), origin);
3796MarkMethodIfNotNull(evt.RemoveMethod, new DependencyInfo(dependencyKind, evt), origin);