1 write to stringValue
System.Xml (1)
System\Xml\XPath\Internal\XPathScanner.cs (1)
174
this.
stringValue
= ScanString();
2 references to stringValue
System.Xml (2)
System\Xml\XPath\Internal\XPathScanner.cs (2)
88
Debug.Assert(this.
stringValue
!= null);
89
return this.
stringValue
;