1 write to _chars
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1154
_chars
= new char[256];
4 references to _chars
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (4)
1152
if (
_chars
== null)
1157
while ((count = reader.ReadValueChunk(
_chars
, 0,
_chars
.Length)) > 0)
1159
this.WriteChars(
_chars
, 0, count);