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)
24
if (other.
_windowsCredentials
!= null)
25
_windowsCredentials = SecurityUtils.GetNetworkCredentialsCopy(other.
_windowsCredentials
);
55
if (
_windowsCredentials
== null)
57
return
_windowsCredentials
;