2 writes to _text
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (2)
896
_text
= text;
907
_text
= string.Concat(_text, text);
2 references to _text
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (2)
907
_text = string.Concat(
_text
, text);
925
return
_text
;