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)
137
if (
_chars
== null ||
_chars
.Length < charCount)
139
return
_chars
;