1 write to _datatype
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaType.cs (1)
251
_datatype
= value;
5 references to _datatype
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaType.cs (5)
163
get { return
_datatype
; }
185
if (
_datatype
== null)
189
return
_datatype
.TypeCode;
198
if (
_datatype
== null)
202
return
_datatype
.ValueConverter;