4 writes to locale
System.Management (4)
System\Management\ManagementOptions.cs (4)
1300
locale
= value;
1581
this.
locale
= locale;
1625
this.
locale
= locale;
1706
optionsTmp.
locale
= options.locale;
4 references to locale
System.Management (4)
System\Management\ManagementOptions.cs (4)
1295
get { return
locale
?? string.Empty; }
1298
if (
locale
!= value)
1657
return new ConnectionOptions(
locale
, username, GetSecurePassword(),
1706
optionsTmp.locale = options.
locale
;