1 write to _stringValue
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathScanner.cs (1)
203
_stringValue
= ScanString();
2 references to _stringValue
System.Private.Xml (2)
System\Xml\XPath\Internal\XPathScanner.cs (2)
85
Debug.Assert(
_stringValue
!= null);
86
return
_stringValue
;