4 references to CanonicalizePointlessRoot
System.Private.Xml (4)
System\Xml\Schema\SchemaSetCompiler.cs (4)
1131XmlSchemaParticle derivedParticle = CanonicalizePointlessRoot(complexType.ContentTypeParticle); 1132XmlSchemaParticle baseParticle = CanonicalizePointlessRoot(baseType.ContentTypeParticle); 1167derivedParticle = CanonicalizePointlessRoot(derivedParticle); 1168baseParticle = CanonicalizePointlessRoot(baseParticle);