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