2 writes to windows
System.ServiceModel (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
50
this.
windows
= new WindowsClientCredential(other.windows);
140
this.
windows
= new WindowsClientCredential();
7 references to windows
System.ServiceModel (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
49
if (other.
windows
!= null)
50
this.windows = new WindowsClientCredential(other.
windows
);
138
if (this.
windows
== null)
142
this.
windows
.MakeReadOnly();
144
return this.
windows
;
343
if (this.
windows
!= null)
344
this.
windows
.MakeReadOnly();