2 writes to _simpleContentRestriction
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1048_simpleContentRestriction = (XmlSchemaSimpleContentRestriction)container; 1757builder._xso = builder._simpleContentRestriction = new XmlSchemaSimpleContentRestriction();
15 references to _simpleContentRestriction
System.Private.Xml (15)
System\Xml\Schema\XsdBuilder.cs (15)
923container = _simpleContentRestriction!; 1456if (builder._simpleContentRestriction!.BaseType != null) 1461builder._simpleContentRestriction.Attributes.Count != 0 || 1462builder._simpleContentRestriction.AnyAttribute != null || 1463builder._simpleContentRestriction.Facets.Count != 0 1468builder._simpleContentRestriction.BaseType = builder._simpleType; 1758builder._simpleContent.Content = builder._simpleContentRestriction; 1763builder._simpleContentRestriction!.BaseTypeName = builder.ParseQName(value, "base"); 1840if (builder._simpleContentRestriction!.AnyAttribute != null) 1844builder._simpleContentRestriction.AnyAttribute = builder._anyAttribute; 2109if (builder._simpleContentRestriction!.Attributes.Count != 0 || (builder._simpleContentRestriction.AnyAttribute != null)) 2113builder._simpleContentRestriction.Facets.Add(builder._facet!); 2341if (_simpleContentRestriction!.AnyAttribute != null) 2345_simpleContentRestriction.Attributes.Add(value);