9 references to _owner
System.Data (9)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (9)
355
Debug.Assert((0 == _activateCount && !
_owner
.IsAlive) // in pool
356
|| (1 == _activateCount &&
_owner
.IsAlive &&
_owner
.Target != null)
357
|| (1 == _activateCount && !
_owner
.IsAlive), "Unknown state on TdsParserStateObject.IsOrphaned!");
358
return (0 != _activateCount && !
_owner
.IsAlive);
364
Debug.Assert(value == null || !
_owner
.IsAlive || ((value is SqlDataReader) && (((SqlDataReader)value).Command ==
_owner
.Target)), "Should not be changing the owner of an owned stateObj");
372
_owner
.Target = value;
378
return
_owner
.IsAlive;