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