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