2 writes to userName
System.ServiceModel (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
44this.userName = new UserNamePasswordClientCredential(other.userName); 98this.userName = new UserNamePasswordClientCredential();
7 references to userName
System.ServiceModel (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
43if (other.userName != null) 44this.userName = new UserNamePasswordClientCredential(other.userName); 96if (this.userName == null) 100this.userName.MakeReadOnly(); 102return this.userName; 341if (this.userName != null) 342this.userName.MakeReadOnly();