5 writes to _productVersion
System.Configuration (5)
System\Configuration\ClientConfigPaths.cs (5)
471_productVersion = exeAssembly.GetName().Version.ToString(); 473_productVersion = _productVersion.Trim(); 515_productVersion = version.ProductVersion; 517_productVersion = _productVersion.Trim(); 580_productVersion = "1.0.0.0";
10 references to _productVersion
System.Configuration (10)
System\Configuration\ClientConfigPaths.cs (10)
165string versionSuffix = Validate(_productVersion, false); 189string part3 = Validate(_productVersion, false); 300return _productVersion; 472if (_productVersion != null) { 473_productVersion = _productVersion.Trim(); 480if (!isHttp && (String.IsNullOrEmpty(_companyName) || String.IsNullOrEmpty(_productName) || String.IsNullOrEmpty(_productVersion))) { 514if (String.IsNullOrEmpty(_productVersion)) { 516if (_productVersion != null) { 517_productVersion = _productVersion.Trim(); 579if (String.IsNullOrEmpty(_productVersion)) {