Implemented interface member:
property
Count
System.Collections.ICollection.Count
12 references to Count
System (12)
net\System\Net\_CookieModule.cs (1)
98
if (cookies != null && cookies.
Count
!= 0) {
net\System\Net\cookiecollection.cs (1)
279
m_count = cookies.
Count
;
net\System\Net\cookiecontainer.cs (8)
414
domain_count += cc.
Count
;
417
if (cc.
Count
> 0 && (tempUsed = cc.TimeStamp(CookieCollection.Stamp.Check)) < oldUsed) {
447
while (domain_count > min_count && cc.
Count
> 0) {
487
while (m_count >= m_maxCookies && lruCc.
Count
> 0) {
498
int oldCount = cc.
Count
;
509
return oldCount - cc.
Count
;
813
for (int idx = 0 ; idx < source.
Count
; ++idx) {
926
count += cc.
Count
;
net\System\Net\HttpListenerRequest.cs (1)
690
for (int index=0; index<m_Cookies.
Count
; index++) {
net\System\Net\HttpListenerResponse.cs (1)
599
for (int index=0; index<m_Cookies.
Count
; index++) {