1 write to anyTypeLax
System.Xml (1)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
44anyTypeLax = CreateAnyType(XmlSchemaContentProcessing.Lax);
3 references to anyTypeLax
System.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (3)
51untypedAnyType.SetContentTypeParticle(anyTypeLax.ContentTypeParticle); 107get { return anyTypeLax; } 122return anyTypeLax.ElementDecl.ContentValidator;