2 references to All
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
162
Debug.Assert(ValidateNames.ValidateName(prefix, localName, ns, XPathNodeType.Element, ValidateNames.Flags.
All
), "Name validation failed");
230
Debug.Assert(ValidateNames.ValidateName(prefix, localName, ns, XPathNodeType.Attribute, ValidateNames.Flags.
All
));