2 writes to _simpleContent
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1050_simpleContent = (XmlSchemaSimpleContent)container; 1719builder._xso = builder._simpleContent = new XmlSchemaSimpleContent();
6 references to _simpleContent
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (6)
925container = _simpleContent; 1720builder._complexType.ContentModel = builder._simpleContent; 1734if (builder._simpleContent.Content != null) 1739builder._simpleContent.Content = builder._simpleContentExtension; 1758if (builder._simpleContent.Content != null) 1763builder._simpleContent.Content = builder._simpleContentRestriction;