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)
1465
Debug.Assert(
_isShiloh
, "TdsParser.cs: Error! _fResetConnection true when not going against Shiloh or later!");
2397
Debug.Assert(!
_isShiloh
, "Received ENV_CHARSET on non 7.0 server!");
3080
a.isVersion8 =
_isShiloh
;
3436
if (
_isShiloh
) {
3511
else if (
_isShiloh
&& rec.metaType.IsCharType) {
4162
if (
_isShiloh
)
4262
if (
_isShiloh
&& col.metaType.IsCharType && (tdsType != TdsEnums.SQLXMLTYPE)) {
5653
Debug.Assert(
_isShiloh
== true, "Shouldn't be dealing with sql_variaint in pre-SQL2000 server!");
5817
Debug.Assert(
_isShiloh
== true, "Shouldn't be dealing with sql_variant in pre-SQL2000 server!");
5981
Debug.Assert(
_isShiloh
== true, "Shouldn't be dealing with sql_variant in pre-SQL2000 server!");
8105
if (rpcext.ProcID != 0 &&
_isShiloh
) {
8161
if ((!
_isShiloh
&& !mt.Is70Supported) ||
8447
if (
_isShiloh
)
8500
else if (
_isShiloh
&& mt.IsCharType) {
9244
if (mdPriv.metaType.IsCharType &&
_isShiloh
) {
9356
if (md.metaType.IsCharType &&
_isShiloh
) {
11440
_isShiloh
,