Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
System.ServiceModel (1)
System\ServiceModel\SynchronizedCollection.cs (1)
252this[index] = (T)value;
52 references to
System.ServiceModel (49)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
582this[i].Abort();
System\ServiceModel\Channels\PeerService.cs (1)
232ChannelDispatcher channelDispatcher = serviceHost.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
134ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (1)
202ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\Description\ServiceCredentials.cs (1)
304ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
165ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\Description\ServiceMetadataBehavior.cs (3)
294ChannelDispatcher channelDispatcher = host.ChannelDispatchers[i] as ChannelDispatcher; 321ChannelDispatcher channelDispatcher = channelDispatchers[i] as ChannelDispatcher; 326EndpointDispatcher endpointDispatcher = channelDispatcher.Endpoints[j];
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (1)
123ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (1)
102ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\Description\ServiceTimeoutsBehavior.cs (1)
52ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (7)
425this.pendingChannels[i].Abort(); 446EndpointDispatcher endpointDispatcher = this.endpointDispatchers[i]; 475if (null != this.endpointDispatchers[i]) 477this.endpointDispatchers[i].ReleasePerformanceCounters(); 532this.channelInitializers[i].Initialize(channel); 678EndpointDispatcher endpointDispatcher = this.endpointDispatchers[i]; 822EndpointDispatcher endpoint = this.endpointDispatchers[i];
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
333max = System.Math.Max(max, this.operations[i].ParameterInspectors.Count);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
671max = System.Math.Max(max, this.operations[i].CallContextInitializers.Count); 689max = System.Math.Max(max, this.operations[i].ParameterInspectors.Count);
System\ServiceModel\Dispatcher\EndpointFilterProvider.cs (1)
39string currentAction = initiatingActions[i];
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
50ClientOperation operation = behavior.Operations[i];
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
109DispatchOperation operation = dispatch.Operations[i]; 122DispatchOperation operation = dispatch.Operations[i];
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
108DispatchOperation operation = dispatch.Operations[i];
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (1)
33DispatchOperation operation = dispatch.Operations[i];
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
154DispatchOperation operation = dispatch.Operations[i];
System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (5)
52if (this.xmlSerializerFaultContractInfos[i].FaultContractInfo.Detail == detailType) 54faultInfo = this.xmlSerializerFaultContractInfos[i]; 77if (this.xmlSerializerFaultContractInfos[i].FaultContractInfo.Action == action 78|| this.xmlSerializerFaultContractInfos[i].FaultContractInfo.Action == MessageHeaders.WildcardAction) 80faultInfos.Add(this.xmlSerializerFaultContractInfos[i]);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
394listener = this.RequestSecurityTokenListener.ChannelDispatchers[i].Listener; 420listener = this.RequestSecurityTokenListener.ChannelDispatchers[i].Listener;
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
364ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher; 425ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;
System\ServiceModel\ServiceHost.cs (9)
865ChannelDispatcherBase dispatcher = this.ChannelDispatchers[i]; 874ChannelDispatcherBase dispatcher = this.ChannelDispatchers[i]; 887ChannelDispatcherBase dispatcher = this.ChannelDispatchers[i]; 917ChannelDispatcher dispatcher = this.ChannelDispatchers[i] as ChannelDispatcher; 1042ChannelDispatcherBase dispatcher = this.ChannelDispatchers[i]; 1179array[i] = this.ChannelDispatchers[i]; 1324if (this.serviceHost.ChannelDispatchers[i].Listener != null) 1326listeners.Add(this.serviceHost.ChannelDispatchers[i].Listener); 1402ChannelDispatcherBase dispatcher = this.serviceHost.ChannelDispatchers[i];
System\ServiceModel\SynchronizedCollection.cs (1)
247return this[index];
System\ServiceModel\UriSchemeKeyedCollection.cs (1)
46if (this[index].Scheme != item.Scheme)
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (2)
44ChannelDispatcher channelDispatcher = service.ChannelDispatchers[i] as ChannelDispatcher; 51EndpointDispatcher endpointDispatcher = channelDispatcher.Endpoints[j];
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
42ChannelDispatcher channelDispatcher = serviceHostBase.ChannelDispatchers[i] as ChannelDispatcher;