Implemented interface member:
15 references to Count
System.Net.Http (15)
System\Net\Http\Headers\CacheControlHeaderValue.cs (4)
212
if ((_noCacheHeaders != null) && (_noCacheHeaders.
Count
> 0))
294
if ((_privateHeaders != null) && (_privateHeaders.
Count
> 0))
509
int originalValueCount = destination == null ? 0 : destination.
Count
;
536
if ((destination != null) && (destination.
Count
> originalValueCount))
System\Net\Http\Headers\HeaderUtilities.cs (6)
184
return (y == null) || (y.
Count
== 0);
189
return (x.
Count
== 0);
192
if (x.
Count
!= y.
Count
)
197
if (x.
Count
== 0)
204
bool[] alreadyFound = new bool[x.
Count
];
System\Net\Http\Headers\MediaTypeHeaderValue.cs (1)
116
if (_parameters is null || _parameters.
Count
== 0)
System\Net\Http\Headers\NameValueHeaderValue.cs (3)
170
if ((values == null) || (values.
Count
== 0))
188
if ((values == null) || (values.
Count
== 0))
308
if ((values == null) || (values.
Count
== 0))
System\Net\Http\Headers\ObjectCollection.cs (1)
207
T[] items = new T[_collection.
Count
];