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