1 write to maxUsers
System.Data.Linq (1)
SqlClient\SqlConnectionManager.cs (1)
31
this.
maxUsers
= maxUsers;
2 references to maxUsers
System.Data.Linq (2)
SqlClient\SqlConnectionManager.cs (2)
57
if (this.users.Count == this.
maxUsers
) {
80
get { return this.
maxUsers
; }