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