2 references to XmlUntypedConverter
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
2175
public static readonly XmlValueConverter Untyped = new
XmlUntypedConverter
(new XmlUntypedConverter(), false);
2176
public static readonly XmlValueConverter UntypedList = new
XmlUntypedConverter
(new XmlUntypedConverter(), true);