Implemented interface member:
property
Count
System.Collections.ICollection.Count
53 references to Count
mscorlib (2)
system\security\accesscontrol\filesecurity.cs (2)
512
for (int i=0; i<rules.
Count
; i++) {
557
for (int i=0; i<rules.
Count
; i++) {
System (5)
net\System\Net\HttpListener.cs (2)
2153
if (serviceNames.
Count
== 0)
2181
if (m_DefaultServiceNames.ServiceNames.
Count
== 0) {
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
44
if (customServiceNames != null && customServiceNames.
Count
== 0)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (2)
49
if (policy.CustomServiceNames != null && policy.CustomServiceNames.
Count
> 0)
51
customServiceNames = new object[policy.CustomServiceNames.
Count
];
System.Core (2)
System\IO\Pipes\PipeSecurity.cs (2)
271
for (int i = 0; i < rules.
Count
; i++) {
307
for (int i = 0; i < rules.
Count
; i++) {
System.IdentityModel (3)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
69
if (this.serviceNameCollectionConfiguredOnServer == null || this.serviceNameCollectionConfiguredOnServer.
Count
< 1)
113
if (this.policyHelper.ServiceNameCollection != null && this.policyHelper.ServiceNameCollection.
Count
> 0)
System\IdentityModel\SecurityUtils.cs (1)
961
if (_serviceNameCollection == null || _serviceNameCollection.
Count
< 1)
System.ServiceModel (6)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
561
List<string> serviceNames = new List<string>(policy.CustomServiceNames.
Count
);
System\ServiceModel\Channels\ChannelBindingUtility.cs (5)
159
if (subset == null || subset.
Count
== 0)
163
else if (primaryList == null || primaryList.
Count
< subset.
Count
)
172
result = (merged.
Count
== primaryList.
Count
);
System.Web (31)
Management\MailWebEventProvider.cs (4)
158
int eventsInNotification = flushInfo.Events.
Count
;
216
Debug.Trace("MailWebEventProvider", "Calling SendMessageInternal; # of events: " + eventsToSend.
Count
);
223
eventsInNotification - (eventsSent + eventsToSend.
Count
), // eventsRemaining
235
eventsSent += eventsToSend.
Count
;
Management\SimpleMailWebEventProvider.cs (3)
150
int totalEvents = events.
Count
;
163
Debug.Assert(events.
Count
> 0, "events.Count > 0");
260
msg.Subject = GenerateSubject(notificationSequence, messageSequence, events, events.
Count
);
Management\SqlWebEventProvider.cs (1)
96
", Events.Count=" + flushInfo.Events.
Count
);
Management\TemplatedMailWebEventProvider.cs (2)
129
TemplatedMailErrorFormatterGenerator gen = new TemplatedMailErrorFormatterGenerator(events.
Count
+ eventsRemaining, _detailedTemplateErrors);
206
msg.Subject = GenerateSubject(notificationSequence, messageSequence, events, events.
Count
);
Management\WebEvents.cs (1)
2082
s_threadCount = process.Threads.
Count
;
Security\ADMembershipProvider.cs (1)
4440
if ((propertyValues == null) || (propertyValues.
Count
< 1))
UI\WebParts\CatalogZoneBase.cs (6)
220
if (catalogParts != null && catalogParts.
Count
> 0) {
240
if (catalogParts != null && catalogParts.
Count
> 0) {
522
if (catalogParts != null && catalogParts.
Count
> 0) {
525
if (catalogParts.
Count
> 1) {
592
int count = ((availableWebParts != null) ? availableWebParts.
Count
: 0);
716
count = ((availableWebParts != null) ? availableWebParts.
Count
: 0);
UI\WebParts\ConnectionsZone.cs (2)
1043
WebPartManager.GetConsumerConnectionPoints(part).
Count
:
1044
WebPartManager.GetProviderConnectionPoints(part).
Count
;
UI\WebParts\WebPartChrome.cs (4)
556
if (connectionPoints != null && connectionPoints.
Count
> 0 &&
599
if (verbs != null && verbs.
Count
> 0) {
746
if ((consumerConnectionPoints == null || consumerConnectionPoints.
Count
== 0) &&
747
(providerConnectionPoints == null || providerConnectionPoints.
Count
== 0)) {
UI\WebParts\WebPartManager.cs (4)
1008
if (zoneIndex < renderedParts.
Count
) {
2336
if (points != null && points.
Count
> 0) {
2545
if (points != null && points.
Count
> 0) {
4407
if ((webParts != null) && (webParts.
Count
!= 0)) {
UI\WebParts\WebPartMenu.cs (1)
317
if (connectionPoints != null && connectionPoints.
Count
> 0 &&
UI\WebParts\WebPartVerbCollection.cs (1)
69
int count = ((existingVerbs != null) ? existingVerbs.
Count
: 0) + ((verbs != null) ? verbs.Count : 0);
UI\WebParts\WebPartZoneBase.cs (1)
1225
if (webParts == null || webParts.
Count
== 0) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1135
while (OpenFormsInternal.
Count
> 0) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerHelpers.cs (2)
1258
writer.Write(designerHost.Container.Components.
Count
);
1289
bool outdated = (componentCount != designerHost.Container.Components.
Count
);
AuthoringOM\Design\ReferenceService.cs (1)
95
this.references = new ArrayList(container.Components.
Count
);