6 writes to _clrTypeDefault
System.Private.Xml (6)
System\Xml\Schema\XmlValueConverter.cs (6)
246
_clrTypeDefault
= schemaType.Datatype.ValueType;
255
_clrTypeDefault
= XPathItemType;
260
_clrTypeDefault
= XPathNavigatorType;
265
_clrTypeDefault
= XmlAtomicValueType;
281
_clrTypeDefault
= converterAtomic.DefaultClrListType;
291
_clrTypeDefault
= clrTypeDefault;
2 references to _clrTypeDefault
System.Private.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
282
Debug.Assert(
_clrTypeDefault
!.IsArray);
445
get { return
_clrTypeDefault
; }