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