3 writes to _stream
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (3)
33
_stream
= stream;
48
_stream
= value;
527
_stream
= null;
12 references to _stream
dotnet-svcutil-lib (12)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (12)
44
return
_stream
;
72
return (int)
_stream
.Position + _offset;
245
_stream
.Write(byteBuffer, byteOffset, byteCount);
262
_stream
.Write(buffer, 0, bufferLength);
269
_stream
.Write(buffer, 0, byteCount);
312
_stream
.Write(chars, charOffset, charCount);
490
_stream
.Write(_buffer, 0, _offset);
499
var task =
_stream
.WriteAsync(_buffer, 0, _offset);
510
_stream
.Flush();
516
await
_stream
.FlushAsync().ConfigureAwait(false);
521
if (
_stream
!= null)
525
_stream
.Dispose();