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