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