2 writes to _httpDigest
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
55_httpDigest = new HttpDigestClientCredential(other._httpDigest); 131_httpDigest = new HttpDigestClientCredential();
7 references to _httpDigest
System.ServiceModel.Primitives (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
53if (other._httpDigest != null) 55_httpDigest = new HttpDigestClientCredential(other._httpDigest); 129if (_httpDigest == null) 134_httpDigest.MakeReadOnly(); 137return _httpDigest; 237if (_httpDigest != null) 239_httpDigest.MakeReadOnly();