2 writes to simpleContent
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1004this.simpleContent = (XmlSchemaSimpleContent)container; 1590builder.xso = builder.simpleContent = new XmlSchemaSimpleContent();
6 references to simpleContent
System.Xml (6)
System\Xml\Schema\XsdBuilder.cs (6)
881container = this.simpleContent; 1591builder.complexType.ContentModel = builder.simpleContent; 1604if (builder.simpleContent.Content != null) { 1608builder.simpleContent.Content = builder.simpleContentExtension; 1625if (builder.simpleContent.Content != null) { 1629builder.simpleContent.Content = builder.simpleContentRestriction;