2 writes to _httpDigest
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (2)
36_httpDigest = new HttpDigestClientCredential(other._httpDigest); 102_httpDigest = new HttpDigestClientCredential();
7 references to _httpDigest
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (7)
35if (other._httpDigest != null) 36_httpDigest = new HttpDigestClientCredential(other._httpDigest); 100if (_httpDigest == null) 104_httpDigest.MakeReadOnly(); 106return _httpDigest; 194if (_httpDigest != null) 195_httpDigest.MakeReadOnly();