2 writes to _simpleContentRestriction
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1056
_simpleContentRestriction
= (XmlSchemaSimpleContentRestriction)container;
1762
builder._xso = builder.
_simpleContentRestriction
= new XmlSchemaSimpleContentRestriction();
15 references to _simpleContentRestriction
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (15)
931
container =
_simpleContentRestriction
;
1463
if (builder.
_simpleContentRestriction
.BaseType != null)
1468
builder.
_simpleContentRestriction
.Attributes.Count != 0 ||
1469
builder.
_simpleContentRestriction
.AnyAttribute != null ||
1470
builder.
_simpleContentRestriction
.Facets.Count != 0
1475
builder.
_simpleContentRestriction
.BaseType = builder._simpleType;
1763
builder._simpleContent.Content = builder.
_simpleContentRestriction
;
1768
builder.
_simpleContentRestriction
.BaseTypeName = builder.ParseQName(value, "base");
1845
if (builder.
_simpleContentRestriction
.AnyAttribute != null)
1849
builder.
_simpleContentRestriction
.AnyAttribute = builder._anyAttribute;
2114
if (builder.
_simpleContentRestriction
.Attributes.Count != 0 || (builder.
_simpleContentRestriction
.AnyAttribute != null))
2118
builder.
_simpleContentRestriction
.Facets.Add(builder._facet);
2346
if (
_simpleContentRestriction
.AnyAttribute != null)
2350
_simpleContentRestriction
.Attributes.Add(value);