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)
282Debug.Assert(_clrTypeDefault!.IsArray); 445get { return _clrTypeDefault; }