1 write to _contentModel
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
203
set {
_contentModel
= value; }
10 references to _contentModel
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (10)
202
get { return
_contentModel
; }
362
if (
_contentModel
== null)
367
if (
_contentModel
.Content is XmlSchemaComplexContentRestriction)
368
return ((XmlSchemaComplexContentRestriction)
_contentModel
.Content).BaseTypeName;
369
else if (
_contentModel
.Content is XmlSchemaComplexContentExtension)
370
return ((XmlSchemaComplexContentExtension)
_contentModel
.Content).BaseTypeName;
371
else if (
_contentModel
.Content is XmlSchemaSimpleContentRestriction)
372
return ((XmlSchemaSimpleContentRestriction)
_contentModel
.Content).BaseTypeName;
373
else if (
_contentModel
.Content is XmlSchemaSimpleContentExtension)
374
return ((XmlSchemaSimpleContentExtension)
_contentModel
.Content).BaseTypeName;