4 writes to locale
System.Management (4)
managementoptions.cs (4)
1287
locale
= value;
1560
this.
locale
= locale;
1604
this.
locale
= locale;
1684
optionsTmp.
locale
= options.locale;
5 references to locale
System.Management (5)
managementoptions.cs (5)
1283
get { return (null !=
locale
) ?
locale
: String.Empty; }
1285
if (
locale
!= value)
1636
return new ConnectionOptions (
locale
, username, GetSecurePassword (),
1684
optionsTmp.locale = options.
locale
;