2 writes to _stream
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (2)
64_stream = new BufferManagerOutputStream(SRServiceModel.XmlBufferQuotaExceeded, initialBufferSize, maxBufferSize, 122_stream = null;
3 references to _stream
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (3)
98_writer = XmlDictionaryWriter.CreateBinaryWriter(_stream, XD.Dictionary, null, true); 109int size = (int)_stream.Length - _offset; 120_buffer = _stream.ToArray(out bufferSize);