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