1 write to _attributeType
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaAttribute.cs (1)
150
_attributeType
= value;
7 references to _attributeType
System.Private.Xml (7)
System\Xml\Schema\XmlSchemaAttribute.cs (7)
99
if (
_attributeType
== null)
102
if (
_attributeType
.QualifiedName.Namespace == XmlReservedNs.NsXs)
104
return
_attributeType
.Datatype;
106
return
_attributeType
;
113
get { return
_attributeType
; }
135
if (
_attributeType
!= null)
137
return
_attributeType
.Datatype;