7 references to Count
mscorlib (7)
system\text\gb18030encoding.cs (1)
414
return buffer.
Count
;
system\text\isciiencoding.cs (1)
344
return buffer.
Count
;
system\text\iso2022encoding.cs (3)
628
return buffer.
Count
;
788
return buffer.
Count
;
937
return buffer.
Count
;
system\text\utf7encoding.cs (2)
547
ThrowBytesOverflow(encoder, buffer.
Count
== 0);
655
return buffer.
Count
;