Linker.Steps\MarkStep.cs (8)
2061MarkMethodIfNotNull(property.GetMethod, reason, origin);
2062MarkMethodIfNotNull(property.SetMethod, reason, origin);
2072MarkMethodIfNotNull(@event.AddMethod, reason, origin);
2073MarkMethodIfNotNull(@event.RemoveMethod, reason, origin);
2074MarkMethodIfNotNull(@event.InvokeMethod, reason, origin);
3757MarkMethodIfNotNull(evt.AddMethod, new DependencyInfo(dependencyKind, evt), origin);
3758MarkMethodIfNotNull(evt.InvokeMethod, new DependencyInfo(dependencyKind, evt), origin);
3759MarkMethodIfNotNull(evt.RemoveMethod, new DependencyInfo(dependencyKind, evt), origin);