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