2 writes to _numBytes
System.ServiceModel.Primitives (2)
Internals\System\Runtime\UrlUtility.cs (2)
427_numBytes = 0; 466_byteBuffer[_numBytes++] = b;
4 references to _numBytes
System.ServiceModel.Primitives (4)
Internals\System\Runtime\UrlUtility.cs (4)
424if (_numBytes > 0) 426_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 442if (_numBytes > 0) 472if (_numBytes > 0)