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