private Out1(X1 x1, X1 x2) { global::SafetySharp.CompilerServices.MetadataBuilders.GetBuilder(this).WithBinding( global::System.Delegate.CreateDelegate(typeof(__BindingDelegate0__), x1, SafetySharp.CompilerServices.ReflectionHelpers.GetMethod(typeof(global::Tests.Normalization.Bindings.Models.X1), "N", new System.Type[]{}, typeof(void))), global::System.Delegate.CreateDelegate(typeof(__BindingDelegate0__), x2, SafetySharp.CompilerServices.ReflectionHelpers.GetMethod(typeof(global::Tests.Normalization.Bindings.Models.X1), "M", new System.Type[]{}, typeof(void)))); }
private In1(X1 x1, X1 x2) { Bind(x1.RequiredPorts.N = x2.ProvidedPorts.M); }