2 writes to _windows
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
50
_windows
= new WindowsClientCredential(other._windows);
115
_windows
= new WindowsClientCredential();
7 references to _windows
System.ServiceModel.Primitives (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
48
if (other.
_windows
!= null)
50
_windows = new WindowsClientCredential(other.
_windows
);
113
if (
_windows
== null)
118
_windows
.MakeReadOnly();
121
return
_windows
;
232
if (
_windows
!= null)
234
_windows
.MakeReadOnly();