2 writes to complexContentRestriction
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1001this.complexContentRestriction = (XmlSchemaComplexContentRestriction)container; 1569builder.xso = builder.complexContentRestriction = new XmlSchemaComplexContentRestriction();
11 references to complexContentRestriction
System.Xml (11)
System\Xml\Schema\XsdBuilder.cs (11)
878container = this.complexContentRestriction; 1570builder.complexContent.Content = builder.complexContentRestriction; 1574builder.complexContentRestriction.BaseTypeName = builder.ParseQName(value, "base"); 1719if (builder.complexContentRestriction.AnyAttribute != null) { 1722builder.complexContentRestriction.AnyAttribute = builder.anyAttribute; 2161if (complexContentRestriction.AnyAttribute != null) { 2164this.complexContentRestriction.Attributes.Add(value); 2198if ( (complexContentRestriction.Particle != null) || 2199(complexContentRestriction.Attributes.Count != 0 || complexContentRestriction.AnyAttribute != null) 2203complexContentRestriction.Particle = particle;