2 writes to open
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (2)
26this.open = ServiceDefaults.OpenTimeout; 33this.open = timeouts.OpenTimeout;
1 reference to open
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableCommunicationTimeouts.cs (1)
46get { return this.open; }