2 writes to Username
InteropWebsite (2)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (2)
1486
Username
= other.Username;
1544
Username
= input.ReadString();
10 references to Username
InteropWebsite (10)
artifacts\obj\InteropWebsite\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
;