4 writes to _eitherName
System.ServiceProcess.ServiceController (4)
System\ServiceProcess\ServiceController.cs (4)
75
_eitherName
= name;
533
_eitherName
= null;
547
_eitherName
= null;
560
_eitherName
= null;
2 references to _eitherName
System.ServiceProcess.ServiceController (2)
System\ServiceProcess\ServiceController.cs (2)
520
string? userGivenName = string.IsNullOrEmpty(
_eitherName
) ? _displayName :
_eitherName
;