2 writes to _pMarsPhysicalConObj
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
596
_pMarsPhysicalConObj
= _physicalStateObj;
1182
_pMarsPhysicalConObj
= null;
9 references to _pMarsPhysicalConObj
System.Data (9)
fx\src\data\System\Data\SqlClient\TdsParser.cs (8)
602
error = SNINativeMethodWrapper.SNIAddProvider(
_pMarsPhysicalConObj
.Handle, SNINativeMethodWrapper.ProviderEnum.SMUX_PROV, ref info);
617
_pMarsPhysicalConObj
.IncrementPendingCallbacks();
619
error = SNINativeMethodWrapper.SNIReadAsync(
_pMarsPhysicalConObj
.Handle, ref temp);
638
TdsParserStateObject session = new TdsParserStateObject(this, (SNIHandle)
_pMarsPhysicalConObj
.Handle, true);
708
var marsStateObj =
_pMarsPhysicalConObj
;
1177
if (null !=
_pMarsPhysicalConObj
) {
1178
_pMarsPhysicalConObj
.Dispose();
11423
null ==
_pMarsPhysicalConObj
,
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
2477
if (source == null && _parser.
_pMarsPhysicalConObj
== this) {