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