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