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)
520string? userGivenName = string.IsNullOrEmpty(_eitherName) ? _displayName : _eitherName;