4 writes to passwordIsNull
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (4)
59passwordIsNull = true; 72this.passwordIsNull = context.passwordIsNull; 78this.passwordIsNull = true; 88this.passwordIsNull = context.passwordIsNull;
3 references to passwordIsNull
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (3)
72this.passwordIsNull = context.passwordIsNull; 88this.passwordIsNull = context.passwordIsNull; 175get => passwordIsNull ? null : _credential.Password;