3 writes to _inTheBuild
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
68_inTheBuild = true; 77_inTheBuild = false; 95_inTheBuild = false;
2 references to _inTheBuild
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
67Debug.Assert(!_inTheBuild, "XPathBuilder is busy!"); 80Debug.Assert(_inTheBuild, "StartBuild() wasn't called");