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)
2206
if ((
_streamingXml
!= null) && (
_streamingXml
.ColumnOrdinal != i)) {
2207
_streamingXml
.Close();
2210
if (
_streamingXml
== null) {
2214
localSXml =
_streamingXml
;
2217
if (
_streamingXml
== null) {
3641
if (
_streamingXml
!= null) {
3642
SqlStreamingXml localSXml =
_streamingXml
;