4 writes to usernameIsNull
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (4)
55
usernameIsNull
= true;
71
this.
usernameIsNull
= context.usernameIsNull;
77
this.
usernameIsNull
= true;
87
this.
usernameIsNull
= context.usernameIsNull;
3 references to usernameIsNull
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (3)
71
this.usernameIsNull = context.
usernameIsNull
;
87
this.usernameIsNull = context.
usernameIsNull
;
171
public string? UserName =>
usernameIsNull
? null : _credential.UserName;