3 writes to _windowsCredentials
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WindowsClientCredential.cs (3)
25_windowsCredentials = SecurityUtils.GetNetworkCredentialsCopy(other._windowsCredentials); 56_windowsCredentials = new NetworkCredential(); 62_windowsCredentials = value;
4 references to _windowsCredentials
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WindowsClientCredential.cs (4)
24if (other._windowsCredentials != null) 25_windowsCredentials = SecurityUtils.GetNetworkCredentialsCopy(other._windowsCredentials); 55if (_windowsCredentials == null) 57return _windowsCredentials;