3 writes to _windowsCredentials
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\WindowsClientCredential.cs (3)
27_windowsCredentials = SecurityUtils.GetNetworkCredentialsCopy(other._windowsCredentials); 61_windowsCredentials = new NetworkCredential(); 69_windowsCredentials = value;
4 references to _windowsCredentials
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\WindowsClientCredential.cs (4)
25if (other._windowsCredentials != null) 27_windowsCredentials = SecurityUtils.GetNetworkCredentialsCopy(other._windowsCredentials); 59if (_windowsCredentials == null) 64return _windowsCredentials;