1 write to _byteBuffer
System.ServiceModel.Primitives (1)
Internals\System\Runtime\UrlUtility.cs (1)
463_byteBuffer = new byte[_bufferSize];
3 references to _byteBuffer
System.ServiceModel.Primitives (3)
Internals\System\Runtime\UrlUtility.cs (3)
426_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 461if (_byteBuffer == null) 466_byteBuffer[_numBytes++] = b;