2 writes to _prefix
System.Private.Xml (2)
System\Xml\XPath\Internal\XPathScanner.cs (2)
215
_prefix
= string.Empty;
229
_prefix
= _name;
2 references to _prefix
System.Private.Xml (2)
System\Xml\XPath\Internal\XPathScanner.cs (2)
75
Debug.Assert(
_prefix
!= null);
76
return
_prefix
;