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