1 write to _sidString
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
32
_sidString
= sidString;
2 references to _sidString
System.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionPoolIdentity.cs (2)
49
result = ((
_sidString
== that.
_sidString
) && (_isRestricted == that._isRestricted) && (_isNetwork == that._isNetwork));