4 writes to _companyName
System.Configuration.ConfigurationManager (4)
System\Configuration\ClientConfigPaths.cs (4)
301_companyName = ((AssemblyCompanyAttribute)attrs[0]).Company?.Trim(); 355_companyName = firstDot != -1 ? ns.Substring(0, firstDot) : ns; 357_companyName = _companyName.Trim(); 361if (string.IsNullOrEmpty(_companyName)) _companyName = ProductName;
5 references to _companyName
System.Configuration.ConfigurationManager (5)
System\Configuration\ClientConfigPaths.cs (5)
136string part1 = Validate(_companyName, limitSize: true); 315(string.IsNullOrEmpty(_companyName) || string.IsNullOrEmpty(ProductName) || 349if (string.IsNullOrEmpty(_companyName)) 357_companyName = _companyName.Trim(); 361if (string.IsNullOrEmpty(_companyName)) _companyName = ProductName;