1 write to _entityChars
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
128
_entityChars
= new byte[maxEntityLength];
2 references to _entityChars
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (2)
126
if (
_entityChars
== null)
130
return
_entityChars
;