1 write to _dirty
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
6029_dirty = value ? IsPrepared : false;
4 references to _dirty
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
933Debug.Assert(_cachedMetaData == null || !_dirty, "dirty query should not have cached metadata!"); // can have cached metadata if dirty because of parameters 4460Debug.Assert(_cachedMetaData == null || !_dirty, "dirty query should not have cached metadata!"); // can have cached metadata if dirty because of parameters 6022(_dirty || 6031_parameters.IsDirty = _dirty;