1 write to _isNetwork
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
19
_isNetwork
= isNetwork;
2 references to _isNetwork
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (2)
39
result = ((_sidString == that._sidString) && (_isRestricted == that._isRestricted) && (
_isNetwork
== that.
_isNetwork
));