1 write to _contentModel
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
176
set {
_contentModel
= value; }
10 references to _contentModel
System.Private.Xml (10)
System\Xml\Schema\XmlSchemaComplexType.cs (10)
175
get { return
_contentModel
; }
272
if (
_contentModel
== null)
277
if (
_contentModel
.Content is XmlSchemaComplexContentRestriction)
278
return ((XmlSchemaComplexContentRestriction)
_contentModel
.Content).BaseTypeName;
279
else if (
_contentModel
.Content is XmlSchemaComplexContentExtension)
280
return ((XmlSchemaComplexContentExtension)
_contentModel
.Content).BaseTypeName;
281
else if (
_contentModel
.Content is XmlSchemaSimpleContentRestriction)
282
return ((XmlSchemaSimpleContentRestriction)
_contentModel
.Content).BaseTypeName;
283
else if (
_contentModel
.Content is XmlSchemaSimpleContentExtension)
284
return ((XmlSchemaSimpleContentExtension)
_contentModel
.Content).BaseTypeName;