2 writes to _simpleContent
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1042_simpleContent = (XmlSchemaSimpleContent)container; 1714builder._xso = builder._simpleContent = new XmlSchemaSimpleContent();
6 references to _simpleContent
System.Private.Xml (6)
System\Xml\Schema\XsdBuilder.cs (6)
917container = _simpleContent!; 1715builder._complexType.ContentModel = builder._simpleContent; 1729if (builder._simpleContent!.Content != null) 1734builder._simpleContent.Content = builder._simpleContentExtension; 1753if (builder._simpleContent!.Content != null) 1758builder._simpleContent.Content = builder._simpleContentRestriction;