Implemented interface member:
property
Count
System.Collections.ICollection.Count
77 references to Count
PresentationCore (4)
Core\CSharp\System\Windows\Clipboard.cs (2)
324
if (fileDropList.
Count
== 0)
343
fileDropListStrings = new string[fileDropList.
Count
];
Core\CSharp\System\Windows\DataObject.cs (2)
619
if (fileDropList.
Count
== 0)
638
fileDropListStrings = new string[fileDropList.
Count
];
System (15)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3771
if (e.ReferencedAssemblies.
Count
> 0) {
compmod\system\codedom\compiler\CodeCompiler.cs (1)
299
if (e.ReferencedAssemblies.
Count
> 0) {
net\System\Net\_HeaderInfoTable.cs (1)
70
string[] stringArray = new string[tempStringCollection.
Count
];
net\System\Net\Cache\HttpRequestCacheValidator.cs (6)
573
if (CacheEntry.EntryMetadata == null || CacheEntry.EntryMetadata.
Count
== 0)
639
if (CacheEntry.EntryMetadata == null || CacheEntry.EntryMetadata.
Count
== 0)
657
SystemMeta = new NameValueCollection((CacheEntry.EntryMetadata == null || CacheEntry.EntryMetadata.
Count
== 0? 2: CacheEntry.EntryMetadata.
Count
),
660
if (CacheEntry.EntryMetadata == null || CacheEntry.EntryMetadata.
Count
== 0)
679
for (int i = start; i < sc.
Count
; ++i)
net\System\Net\Cache\IERequestCache.cs (6)
355
if ((entryMetadata == null || entryMetadata.
Count
== 0) && (systemMetadata == null || systemMetadata.
Count
== 0))
360
if (entryMetadata != null && entryMetadata.
Count
!= 0)
361
for (i = 0; i < entryMetadata.
Count
; ++i)
368
if (systemMetadata != null && systemMetadata.
Count
!= 0)
372
for (i = 0; i < systemMetadata.
Count
; ++i)
System.Configuration (1)
System\Configuration\StringAttributeCollection.cs (1)
51
if (
Count
> 0) {
System.Management (7)
Instrumentation\SchemaRegistration.cs (1)
595
string [] queries = new string[events.
Count
];
managementquery.cs (6)
925
if ((null != selectedProperties) && (0 < selectedProperties.
Count
))
927
int count = selectedProperties.
Count
;
1108
int count = selectedProperties.
Count
;
2983
if ((null != groupByPropertyList) && (0 < groupByPropertyList.
Count
))
2985
int count = groupByPropertyList.
Count
;
3143
int count = groupByPropertyList.
Count
;
System.Web (29)
Compilation\BuildManagerHost.cs (1)
355
string[] references = new string[paths.
Count
];
Configuration\AuthorizationRule.cs (9)
378
if (Users.
Count
> 0) {
398
if (Roles.
Count
> 0) {
410
_Everyone = (_AllUsersSpecified && (Verbs.
Count
== 0));
413
if (Roles.
Count
== 0 && Users.
Count
== 0) {
423
return (_AnonUserSpecified && Verbs.
Count
== 0);
482
if (users.
Count
> 0 && FindUser(users, user.Identity.Name)) {
488
if (roles.
Count
> 0 && IsTheUserInAnyRole(roles, user)) {
498
if (Verbs.
Count
< 1) {
Configuration\WebPartsPersonalization.cs (1)
94
if (verbs.
Count
== 0) {
ErrorFormatter.cs (5)
218
if (miscContent != null && miscContent.
Count
> 0) {
239
if (stackTrace != null && stackTrace.
Count
> 0) {
325
if (miscContent != null && miscContent.
Count
> 0) {
346
if (stackTrace != null && stackTrace.
Count
> 0) {
1744
if (results.Output.
Count
> 0) {
Hosting\MapPathBasedVirtualPathProvider.cs (1)
64
string[] physicalDependenciesArray = new string[physicalDependencies.
Count
];
Security\AuthStoreRoleProvider.cs (3)
415
string [] usersArray = new string[userNameCollection.
Count
];
459
string[] rolesArray = new string[roleNameCollection.
Count
];
807
string[] rolesArray = new string[roleNameCollection.
Count
];
Security\SQLRoleProvider.cs (7)
198
if (sc.
Count
> 0)
200
String [] strReturn = new String[sc.
Count
];
654
if (sc.
Count
< 1)
666
String [] strReturn = new String[sc.
Count
];
723
String [] strReturn = new String [sc.
Count
];
784
if (sc.
Count
< 1)
798
String[] strReturn = new String[sc.
Count
];
UI\FileDataSourceCache.cs (1)
35
int fileCount = FileDependencies.
Count
;
UI\WebParts\PersonalizationAdministration.cs (1)
110
string [] sharedPathsArray = new string [sharedPaths.
Count
];
System.Web.Extensions (1)
ClientServices\Providers\ClientData.cs (1)
115
string[] retValue = new string[sc.
Count
];
System.Web.Mobile (2)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
556
if(duplicateChoices.
Count
> 0)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
269
if(duplicateChoices.
Count
> 0)
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
284
if (webReference.ValidationWarnings.
Count
!= 0) {
System\Web\Services\Description\WebReferenceOptions.cs (1)
217
for (int ia = 0; ia < a.
Count
; ia++) {
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Clipboard.cs (3)
501
if (filePaths.
Count
== 0)
520
if (filePaths.
Count
> 0) {
522
string[] strings = new string[filePaths.
Count
];
winforms\Managed\System\WinForms\DataObject.cs (1)
414
string[] strings = new string[filePaths.
Count
];
winforms\Managed\System\WinForms\ImageKeyConverter.cs (1)
162
for (int i = 0; i < imageKeys.
Count
; i++) {
System.Workflow.ComponentModel (11)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
393
string[] tempFiles = new string[this.temporaryFiles.
Count
];
AuthoringOM\Compiler\XomlCompiler.cs (4)
690
string[] files = new string[xomlFiles.
Count
];
692
string[] codeFiles = new string[userCodeFiles.
Count
];
711
if ((parameters.ReferencedAssemblies != null) && (parameters.ReferencedAssemblies.
Count
> 0))
713
for (int i = 0; i < parameters.ReferencedAssemblies.
Count
; i++)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
456
string[] stringArray = new String[userLibraryPaths.
Count
];
493
if (cu.ReferencedAssemblies.
Count
> 0)
AuthoringOM\Compiler\XomlCompilerParameters.cs (4)
133
string[] normalizedAssemblies = new string[parameters.ReferencedAssemblies.
Count
];
135
for (int i = 0; i < parameters.ReferencedAssemblies.
Count
; i++)
152
string[] renormalizedAssemblies = new string[parameters.ReferencedAssemblies.
Count
];
154
for (int i = 0; i < parameters.ReferencedAssemblies.
Count
; i++)