2 writes to _complexContentRestriction
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1039_complexContentRestriction = (XmlSchemaComplexContentRestriction)container; 1690builder._xso = builder._complexContentRestriction = new XmlSchemaComplexContentRestriction();
11 references to _complexContentRestriction
System.Private.Xml (11)
System\Xml\Schema\XsdBuilder.cs (11)
914container = _complexContentRestriction!; 1691builder._complexContent!.Content = builder._complexContentRestriction; 1696builder._complexContentRestriction!.BaseTypeName = builder.ParseQName(value, "base"); 1861if (builder._complexContentRestriction!.AnyAttribute != null) 1865builder._complexContentRestriction.AnyAttribute = builder._anyAttribute; 2362if (_complexContentRestriction!.AnyAttribute != null) 2366_complexContentRestriction.Attributes.Add(value); 2405if ((_complexContentRestriction!.Particle != null) || 2406(_complexContentRestriction.Attributes.Count != 0 || _complexContentRestriction.AnyAttribute != null) 2411_complexContentRestriction.Particle = particle;