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