2 writes to _complexContentRestriction
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1047
_complexContentRestriction
= (XmlSchemaComplexContentRestriction)container;
1695
builder._xso = builder.
_complexContentRestriction
= new XmlSchemaComplexContentRestriction();
11 references to _complexContentRestriction
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (11)
922
container =
_complexContentRestriction
;
1696
builder._complexContent.Content = builder.
_complexContentRestriction
;
1701
builder.
_complexContentRestriction
.BaseTypeName = builder.ParseQName(value, "base");
1866
if (builder.
_complexContentRestriction
.AnyAttribute != null)
1870
builder.
_complexContentRestriction
.AnyAttribute = builder._anyAttribute;
2367
if (
_complexContentRestriction
.AnyAttribute != null)
2371
_complexContentRestriction
.Attributes.Add(value);
2410
if ((
_complexContentRestriction
.Particle != null) ||
2411
(
_complexContentRestriction
.Attributes.Count != 0 ||
_complexContentRestriction
.AnyAttribute != null)
2416
_complexContentRestriction
.Particle = particle;