4 writes to _contentType
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaInfo.cs (4)
89
_contentType
= _schemaType.SchemaContentType;
93
_contentType
= XmlSchemaContentType.Empty;
138
_contentType
= value;
183
_contentType
= XmlSchemaContentType.Empty;
1 reference to _contentType
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaInfo.cs (1)
134
return
_contentType
;