3 writes to concurrentBindSupported
System.Web (3)
Security\ADMembershipProvider.cs (3)
3807this.concurrentBindSupported = IsConcurrentBindSupported(tempConnection); 4032this.concurrentBindSupported = false; 4039this.concurrentBindSupported = false;
2 references to concurrentBindSupported
System.Web (2)
Security\ADMembershipProvider.cs (2)
3840get { return concurrentBindSupported; } 4021if (useConcurrentBind && this.concurrentBindSupported)