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)
48if (other._windows != null) 50_windows = new WindowsClientCredential(other._windows); 113if (_windows == null) 118_windows.MakeReadOnly(); 121return _windows; 232if (_windows != null) 234_windows.MakeReadOnly();