6 writes to FillUsername
InteropClient (6)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1124
FillUsername
= other.FillUsername;
1237
FillUsername
= input.ReadBool();
InteropClient.cs (4)
412
FillUsername
= true,
434
FillUsername
= true,
454
FillUsername
= true,
474
FillUsername
= true,
9 references to FillUsername
InteropClient (9)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (9)
953
if (
FillUsername
!= other.
FillUsername
) return false;
968
if (
FillUsername
!= false) hash ^=
FillUsername
.GetHashCode();
1045
if (
FillUsername
!= false) {
1047
output.WriteBool(
FillUsername
);
1084
if (
FillUsername
!= false) {
1123
if (other.
FillUsername
!= false) {
1124
FillUsername = other.
FillUsername
;