3 writes to FirstOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
3345
FirstOne
= other.FirstOne;
3646
FirstOne
= other.FirstOne;
3709
FirstOne
= input.ReadString();
7 references to FirstOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (7)
3345
FirstOne = other.
FirstOne
;
3531
if (
FirstOne
!= other.
FirstOne
) return false;
3544
if (HasFirstOne) hash ^=
FirstOne
.GetHashCode();
3596
output.WriteString(
FirstOne
);
3621
size += 1 + pb::CodedOutputStream.ComputeStringSize(
FirstOne
);
3646
FirstOne = other.
FirstOne
;