2 writes to _isShiloh
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3046_isShiloh = true; 3078_isShiloh |= _isShilohSP1; //
17 references to _isShiloh
System.Data (17)
fx\src\data\System\Data\SqlClient\TdsParser.cs (17)
1465Debug.Assert(_isShiloh, "TdsParser.cs: Error! _fResetConnection true when not going against Shiloh or later!"); 2397Debug.Assert(!_isShiloh, "Received ENV_CHARSET on non 7.0 server!"); 3080a.isVersion8 = _isShiloh; 3436if (_isShiloh) { 3511else if (_isShiloh && rec.metaType.IsCharType) { 4162if (_isShiloh) 4262if (_isShiloh && col.metaType.IsCharType && (tdsType != TdsEnums.SQLXMLTYPE)) { 5653Debug.Assert(_isShiloh == true, "Shouldn't be dealing with sql_variaint in pre-SQL2000 server!"); 5817Debug.Assert(_isShiloh == true, "Shouldn't be dealing with sql_variant in pre-SQL2000 server!"); 5981Debug.Assert(_isShiloh == true, "Shouldn't be dealing with sql_variant in pre-SQL2000 server!"); 8105if (rpcext.ProcID != 0 && _isShiloh) { 8161if ((!_isShiloh && !mt.Is70Supported) || 8447if (_isShiloh) 8500else if (_isShiloh && mt.IsCharType) { 9244if (mdPriv.metaType.IsCharType && _isShiloh) { 9356if (md.metaType.IsCharType && _isShiloh) { 11440_isShiloh,