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