1 write to _chars
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
138_chars = new char[charCount];
3 references to _chars
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (3)
137if (_chars == null || _chars.Length < charCount) 139return _chars;