4 references to c_CharSz
System (4)
net\System\Net\Cache\WinInetCache.cs (4)
357
if ((s.Length + entry.Key.Length + entry.Filename.Length + (entry.OriginalUrl==null? 0: entry.OriginalUrl.Length)) > entry.MaxBufferBytes/
c_CharSz
) {
547
int bufferCharLength = bufferPtr->HeaderInfoChars + ((int)(bufferPtr->_OffsetHeaderInfo))/
c_CharSz
;
548
if (bufferCharLength*
c_CharSz
> entry.MaxBufferBytes) {
551
bufferCharLength = entry.MaxBufferBytes/
c_CharSz
;