2 writes to _scopedCertificates
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
26
_scopedCertificates
= new Dictionary<Uri, X509Certificate2>();
38
_scopedCertificates
= new Dictionary<Uri, X509Certificate2>();
2 references to _scopedCertificates
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
41
_scopedCertificates
.Add(uri, other.ScopedCertificates[uri]);
63
return
_scopedCertificates
;