3 writes to _streamingXml
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
2208_streamingXml = null; 2220_streamingXml = localSXml; 3643_streamingXml = null;
8 references to _streamingXml
System.Data (8)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (8)
2206if ((_streamingXml != null) && ( _streamingXml.ColumnOrdinal != i)) { 2207_streamingXml.Close(); 2210if (_streamingXml == null) { 2214localSXml = _streamingXml; 2217if (_streamingXml == null) { 3641if (_streamingXml != null) { 3642SqlStreamingXml localSXml = _streamingXml;