6 references to CDataNormalize
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (1)
4887
Debug.Assert(val == XmlComplianceUtil.
CDataNormalize
(val), "The attribute value is not CDATA normalized!");
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2530
Debug.Assert(val == XmlComplianceUtil.
CDataNormalize
(val), "The attribute value is not CDATA normalized!");
System\Xml\Schema\FacetChecker.cs (2)
849
s = XmlComplianceUtil.
CDataNormalize
(s);
855
s = XmlComplianceUtil.
CDataNormalize
(s);
System\Xml\Schema\XmlSchemaSet.cs (2)
228
targetNamespace = XmlComplianceUtil.
CDataNormalize
(targetNamespace);
271
targetNamespace = XmlComplianceUtil.
CDataNormalize
(targetNamespace);