1 instantiation of SqlStreamingXml
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
2211
localSXml = new
SqlStreamingXml
(i, this);
3 references to SqlStreamingXml
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
66
private
SqlStreamingXml
_streamingXml; // Used by Getchars on an Xml column for sequential access
2205
SqlStreamingXml
localSXml = null;
3642
SqlStreamingXml
localSXml = _streamingXml;