2 writes to owner
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
287this.owner = owner; 303this.owner = null;
16 references to owner
System.ServiceModel (16)
System\ServiceModel\Description\ServiceMetadataExtension.cs (16)
282if (this.owner != null) 295if (this.owner == null) 298if (this.owner != owner) 301this.owner.ThrowIfClosedOrOpened(); 325owner.ChannelDispatchers.Add(channelDispatcher); 365owner.ChannelDispatchers.Add(channelDispatcher); 373foreach (ChannelDispatcherBase channelDispatcherBase in owner.ChannelDispatchers) 417BindingParameterCollection parameters = owner.GetBindingParameters(); 418AspNetEnvironment.Current.AddMetadataBindingParameters(listenUriBaseAddress, owner.Description.Behaviors, parameters); 445dispatcher.DispatchRuntime.SingletonInstanceContext = new InstanceContext(owner, impl, false); 451channelDispatcher.ServiceThrottle = owner.ServiceThrottle; 453ServiceDebugBehavior sdb = owner.Description.Behaviors.Find<ServiceDebugBehavior>(); 457ServiceBehaviorAttribute sba = owner.Description.Behaviors.Find<ServiceBehaviorAttribute>(); 561Uri httpAddr = parent.owner.GetVia(Uri.UriSchemeHttp, location); 562Uri httpsAddr = parent.owner.GetVia(Uri.UriSchemeHttps, location); 832this.HealthBehavior.HandleHealthRequest(this.parent.owner, httpGetRequest, queries, out replyMessage);