Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
68 references to Count
System.ServiceModel (64)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
580
for (int i = this.
Count
- 1; i >= 0; i--)
819
if (this.listener.Channels.
Count
> 0)
908
if (this.listener.Channels.
Count
> 0)
System\ServiceModel\Channels\PeerService.cs (1)
230
for (int i = 0; i < serviceHost.ChannelDispatchers.
Count
; i++)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1184
if (!this.didInteractiveInitialization && (this.ClientRuntime.InteractiveChannelInitializers.
Count
> 0))
1203
if (this.ClientRuntime.InteractiveChannelInitializers.
Count
> 0)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (1)
132
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (1)
200
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
System\ServiceModel\Description\ServiceCredentials.cs (1)
302
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
163
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (4)
292
for (int i = 0; i < host.ChannelDispatchers.
Count
; i++)
297
if (channelDispatcher.Endpoints.
Count
!= 1)
319
for (int i = 0; i < channelDispatchers.
Count
; ++i)
324
for (int j = 0; j < channelDispatcher.Endpoints.
Count
; ++j)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
378
if (channelDispatcher.Endpoints.
Count
== 1 &&
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (1)
121
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (1)
100
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
System\ServiceModel\Description\ServiceTimeoutsBehavior.cs (1)
50
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (6)
423
for (int i = this.pendingChannels.
Count
- 1; i >= 0; i--)
444
for (int i = 0; i < this.endpointDispatchers.
Count
; i++)
473
for (int i = 0; i < this.endpointDispatchers.
Count
; i++)
530
for (int i = 0; i < this.channelInitializers.
Count
; ++i)
676
for (int i = 0; i < this.endpointDispatchers.
Count
; i++)
820
for (int i = 0; i < this.endpointDispatchers.
Count
; i++)
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (1)
28
ChannelDispatcherBase[] array = new ChannelDispatcherBase[this.
Count
];
System\ServiceModel\Dispatcher\ClientRuntime.cs (4)
332
for (int i = 0; i < this.operations.
Count
; i++)
333
max = System.Math.Max(max, this.operations[i].ParameterInspectors.
Count
);
402
if (collection.
Count
== 0)
408
T[] array = new T[collection.
Count
];
System\ServiceModel\Dispatcher\DispatchRuntime.cs (6)
669
for (int i = 0; i < this.operations.
Count
; i++)
671
max = System.Math.Max(max, this.operations[i].CallContextInitializers.
Count
);
673
max = System.Math.Max(max, this.unhandled.CallContextInitializers.
Count
);
687
for (int i = 0; i < this.operations.
Count
; i++)
689
max = System.Math.Max(max, this.operations[i].ParameterInspectors.
Count
);
691
max = System.Math.Max(max, this.unhandled.ParameterInspectors.
Count
);
System\ServiceModel\Dispatcher\EndpointFilterProvider.cs (3)
32
if (initiatingActions.
Count
== 0)
35
string[] actions = new string[initiatingActions.
Count
];
37
for (int i = 0; i < initiatingActions.
Count
; i++)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
48
for (int i = 0; i < behavior.Operations.
Count
; i++)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
98
this.parameterInspectorCorrelationOffset = (dispatch.MessageInspectors.
Count
+
107
for (int i = 0; i < dispatch.Operations.
Count
; i++)
120
for (int i = 0; i < dispatch.Operations.
Count
; i++)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
106
for (int i = 0; i < dispatch.Operations.
Count
; i++)
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (1)
31
for (int i = 0; i < dispatch.Operations.
Count
; i++)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
152
for (int i = 0; i < dispatch.Operations.
Count
; i++)
System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (2)
50
for (int i = 0; i < this.xmlSerializerFaultContractInfos.
Count
; i++)
75
for (int i = 0; i < this.xmlSerializerFaultContractInfos.
Count
; i++)
System\ServiceModel\ExtensionCollection.cs (2)
45
array = new IExtension<T>[this.
Count
];
62
for (int i = this.
Count
- 1; i >= 0; i--)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (3)
392
for (int i = 0; i < this.RequestSecurityTokenListener.ChannelDispatchers.
Count
; i++)
410
if (this.RequestSecurityTokenListener != null && this.RequestSecurityTokenListener.ChannelDispatchers.
Count
> 0)
418
for (int i = 0; i < this.RequestSecurityTokenListener.ChannelDispatchers.
Count
; i++)
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
362
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
423
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)
System\ServiceModel\ServiceHost.cs (9)
863
for (int i = 0; i < this.ChannelDispatchers.
Count
; i++)
872
for (int i = 0; i < this.ChannelDispatchers.
Count
; i++)
885
for (int i = 0; i < this.ChannelDispatchers.
Count
; i++)
915
for (int i = 0; i < this.ChannelDispatchers.
Count
; i++)
933
&& this.baseAddresses.
Count
> 0)
1040
for (int i = 0; i < this.ChannelDispatchers.
Count
; i++)
1176
ICommunicationObject[] array = new ICommunicationObject[this.ChannelDispatchers.
Count
];
1322
for (int i = 0; i < this.serviceHost.ChannelDispatchers.
Count
; i++)
1400
for (int i = 0; i < this.serviceHost.ChannelDispatchers.
Count
; i++)
System\ServiceModel\SynchronizedCollection.cs (1)
273
return this.
Count
- 1;
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (2)
42
for (int i = 0; i < service.ChannelDispatchers.
Count
; i++)
49
for (int j = 0; j < channelDispatcher.Endpoints.
Count
; j++)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\OnlineAnnouncementChannelDispatcher.cs (1)
96
this.dispatchersToWait = serviceHostBase.ChannelDispatchers.
Count
;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
40
for (int i = 0; i < serviceHostBase.ChannelDispatchers.
Count
; i++)