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