1 write to _elementType
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaElement.cs (1)
213_elementType = value;
5 references to _elementType
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaElement.cs (5)
163if (_elementType == null) 166if (_elementType.QualifiedName.Namespace == XmlReservedNs.NsXs) 168return _elementType.Datatype; //returns XmlSchemaDatatype; 170return _elementType; 177get { return _elementType; }