1 write to _bytes
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1179
_bytes
= new byte[384];
4 references to _bytes
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (4)
1177
if (
_bytes
== null)
1182
while ((count = reader.ReadValueAsBase64(
_bytes
, 0,
_bytes
.Length)) > 0)
1184
this.WriteBase64(
_bytes
, 0, count);