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)
99if (_attributeType == null) 102if (_attributeType.QualifiedName.Namespace == XmlReservedNs.NsXs) 104return _attributeType.Datatype; 106return _attributeType; 113get { return _attributeType; } 135if (_attributeType != null) 137return _attributeType.Datatype;