1 write to _sidString
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
42_sidString = sidString;
3 references to _sidString
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (3)
75result = ((this._sidString == that._sidString) && (this._isRestricted == that._isRestricted) && (this._isNetwork == that._isNetwork)); 174if ((lastIdentity != null) && (lastIdentity._sidString == sidString) && (lastIdentity._isRestricted == isRestricted) && (lastIdentity._isNetwork == isNetwork)) {