1 write to stringValue
System.Data.SqlXml (1)
System\Xml\Xsl\XPath\XPathScanner.cs (1)
450this.stringValue = xpathExpr.Substring(startIdx, endIdx - startIdx);
2 references to stringValue
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
151Debug.Assert(stringValue != null); 152return stringValue;