2 writes to _rootType
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
78
_rootType
= XPathNodeType.Root;
421
_rootType
= rootType;
1 reference to _rootType
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1578
throw new XslTransformException(SR.XmlIl_BadXmlState, new string[] { constructorType.ToString(),
_rootType
.ToString() });