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)
1152if (_chars == null) 1157while ((count = reader.ReadValueChunk(_chars, 0, _chars.Length)) > 0) 1159this.WriteChars(_chars, 0, count);