1 write to _baseTypeName
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
19set { _baseTypeName = value ?? XmlQualifiedName.Empty; }
2 references to _baseTypeName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
18get { return _baseTypeName; } 49newRestriction.BaseTypeName = _baseTypeName.Clone();