4 references to SqlXml
System.Data (4)
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
93return (new SqlXml(reader));
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
292_readerDataValues[i] = new System.Data.SqlTypes.SqlXml(reader);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
524sqlVal = new SqlXml((XmlReader)comVal); 702SqlXml sxml = new SqlXml(xmlreader);