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();
361
if (string.IsNullOrEmpty(_companyName))
_companyName
= ProductName;
5 references to _companyName
System.Configuration.ConfigurationManager (5)
System\Configuration\ClientConfigPaths.cs (5)
136
string part1 = Validate(
_companyName
, limitSize: true);
315
(string.IsNullOrEmpty(
_companyName
) || string.IsNullOrEmpty(ProductName) ||
349
if (string.IsNullOrEmpty(
_companyName
))
357
_companyName =
_companyName
.Trim();
361
if (string.IsNullOrEmpty(
_companyName
)) _companyName = ProductName;