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