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