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)
75
result = ((this.
_sidString
== that.
_sidString
) && (this._isRestricted == that._isRestricted) && (this._isNetwork == that._isNetwork));
174
if ((lastIdentity != null) && (lastIdentity.
_sidString
== sidString) && (lastIdentity._isRestricted == isRestricted) && (lastIdentity._isNetwork == isNetwork)) {