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)
602error = SNINativeMethodWrapper.SNIAddProvider(_pMarsPhysicalConObj.Handle, SNINativeMethodWrapper.ProviderEnum.SMUX_PROV, ref info); 617_pMarsPhysicalConObj.IncrementPendingCallbacks(); 619error = SNINativeMethodWrapper.SNIReadAsync(_pMarsPhysicalConObj.Handle, ref temp); 638TdsParserStateObject session = new TdsParserStateObject(this, (SNIHandle)_pMarsPhysicalConObj.Handle, true); 708var marsStateObj = _pMarsPhysicalConObj; 1177if (null != _pMarsPhysicalConObj) { 1178_pMarsPhysicalConObj.Dispose(); 11423null == _pMarsPhysicalConObj,
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
2477if (source == null && _parser._pMarsPhysicalConObj == this) {