13 references to XmlComplianceUtil
System.Private.Xml (13)
System\Xml\Core\XmlTextReaderImpl.cs (1)
4887Debug.Assert(val == XmlComplianceUtil.CDataNormalize(val), "The attribute value is not CDATA normalized!");
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2530Debug.Assert(val == XmlComplianceUtil.CDataNormalize(val), "The attribute value is not CDATA normalized!");
System\Xml\Schema\DataTypeImplementation.cs (1)
1377typedValue = XmlComplianceUtil.NonCDataNormalize(s); //Whitespace facet is treated as collapse since thats the way it was in Everett
System\Xml\Schema\FacetChecker.cs (4)
845s = XmlComplianceUtil.NonCDataNormalize(s); 849s = XmlComplianceUtil.CDataNormalize(s); 855s = XmlComplianceUtil.CDataNormalize(s); 859s = XmlComplianceUtil.NonCDataNormalize(s);
System\Xml\Schema\Preprocessor.cs (1)
2082name = XmlComplianceUtil.NonCDataNormalize(name ?? string.Empty);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1742name = XmlComplianceUtil.NonCDataNormalize(name!);
System\Xml\Schema\XmlSchemaSet.cs (2)
228targetNamespace = XmlComplianceUtil.CDataNormalize(targetNamespace); 271targetNamespace = XmlComplianceUtil.CDataNormalize(targetNamespace);
System\Xml\Schema\XsdBuilder.cs (1)
2508value = XmlComplianceUtil.NonCDataNormalize(value); //Normalize QName
System\Xml\Xsl\XsltOld\SortAction.cs (1)
38if (!XmlComplianceUtil.IsValidLanguageID(value)