2 writes to _typeName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
70set { _typeName = value ?? XmlQualifiedName.Empty; } 177newAtt._typeName = _typeName.Clone();
2 references to _typeName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
69get { return _typeName; } 177newAtt._typeName = _typeName.Clone();