Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.Generic.IReadOnlyCollection<T>.Count
property
Count
System.Collections.ICollection.Count
14 references to Count
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6514
var sortedStrings = new string[stringTab.Keys.
Count
];
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\AnnotationMap.cs (1)
100
List<IAttachedAnnotation> result = new List<IAttachedAnnotation>(_annotationIdToAttachedAnnotations.Keys.
Count
);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
501
Uri[] res = new Uri[_predefinedNamespaces.Keys.
Count
];
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
601
ModelItem[] oldModelItems = new ModelItem[this.breakpoints.Keys.
Count
];
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (1)
129
if (viewState.Keys.
Count
== 0)
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
601
ModelItem[] oldModelItems = new ModelItem[this.breakpoints.Keys.
Count
];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (1)
129
if (viewState.Keys.
Count
== 0)
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
100
Debug.Assert(this.fwdDecls.Keys.
Count
== 0, "One or more forward declarations were never defined");
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelTracker.cs (1)
82
TChannel[] channels = new TChannel[this.receivers.Keys.
Count
];
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (1)
424
toRemove = new long[this.lockMap.Keys.
Count
];
System\ServiceModel\ComIntegration\ServiceInfo.cs (2)
309
Guid[] ret = new Guid[this.udts.Keys.
Count
];
319
return (this.udts.Keys.
Count
> 0);
System.Web (1)
Hosting\ObjectCacheHost.cs (1)
127
caches = new MemoryCache[_cacheInfos.Keys.
Count
];
System.Workflow.Activities (1)
Rules\References.cs (1)
66
List<string> symbolList = new List<string>(symbols.Keys.
Count
);