2 writes to anyElement
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
983this.anyElement = (XmlSchemaAny)container; 1847builder.xso = builder.particle = builder.anyElement = new XmlSchemaAny();
4 references to anyElement
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
860container = this.anyElement; 1848builder.AddParticle(builder.anyElement); 1852builder.anyElement.Namespace = value; 1856builder.anyElement.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", ProcessContentsStringValues);