6 writes to clrTypeDefault
System.Xml (6)
System\Xml\Schema\XmlValueConverter.cs (6)
294
this.
clrTypeDefault
= schemaType.Datatype.ValueType;
300
this.
clrTypeDefault
= XPathItemType;
304
this.
clrTypeDefault
= XPathNavigatorType;
308
this.
clrTypeDefault
= XmlAtomicValueType;
322
this.
clrTypeDefault
= Array.CreateInstance(converterAtomic.DefaultClrType, 0).GetType();
328
this.
clrTypeDefault
= clrTypeDefault;
1 reference to clrTypeDefault
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
521
get { return this.
clrTypeDefault
; }