1 write to _baseTypeName
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
18
set {
_baseTypeName
= value ?? XmlQualifiedName.Empty; }
1 reference to _baseTypeName
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
17
get { return
_baseTypeName
; }