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