3 writes to _prefix
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathScanner.cs (3)
339
_prefix
= string.Empty;
362
_prefix
= _name;
367
_prefix
= _name;
4 references to _prefix
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathScanner.cs (4)
128
Debug.Assert(
_prefix
!= null);
129
return
_prefix
;
424
Debug.Assert(
_prefix
!= null);
426
if (
_prefix
.Length != 0 || _name.Length > 3)