2 writes to _typeName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
134
set {
_typeName
= value ?? XmlQualifiedName.Empty; }
284
newElem.
_typeName
= _typeName.Clone();
2 references to _typeName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
133
get { return
_typeName
; }
284
newElem._typeName =
_typeName
.Clone();