2 writes to Username
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1486Username = other.Username; 1544Username = input.ReadString();
14 references to Username
InteropClient (14)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (10)
1384if (Username != other.Username) return false; 1394if (Username.Length != 0) hash ^= Username.GetHashCode(); 1440if (Username.Length != 0) { 1442output.WriteString(Username); 1461if (Username.Length != 0) { 1462size += 1 + pb::CodedOutputStream.ComputeStringSize(Username); 1485if (other.Username.Length != 0) { 1486Username = other.Username;
InteropClient.cs (4)
422Assert.AreEqual(defaultServiceAccount, response.Username); 441Assert.AreEqual(GetEmailFromServiceAccountFile(), response.Username); 462Assert.AreEqual(GetEmailFromServiceAccountFile(), response.Username); 479Assert.AreEqual(GetEmailFromServiceAccountFile(), response.Username);