2 writes to userName
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (2)
38this.userName = new UserNamePasswordServiceCredential(); 55this.userName = new UserNamePasswordServiceCredential(other.userName);
2 references to userName
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (2)
55this.userName = new UserNamePasswordServiceCredential(other.userName); 72return this.userName;