6 references to ByteCount
mscorlib (6)
system\text\basecodepageencoding.cs (4)
256
Contract.Assert(pCodePage->
ByteCount
== 1 || pCodePage->
ByteCount
== 2,
257
"[BaseCodePageEncoding] Code page (" + codePage + ") has invalid byte size (" + pCodePage->
ByteCount
+ ") in table");
259
return pCodePage->
ByteCount
;
system\text\dbcscodepageencoding.cs (1)
105
if (pCodePage->
ByteCount
!= 2)
system\text\sbcscodepageencoding.cs (1)
81
if (pCodePage->
ByteCount
!= 1)