3 writes to FirstTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
3348
FirstTwo
= other.FirstTwo;
3649
FirstTwo
= other.FirstTwo;
3713
FirstTwo
= input.ReadString();
7 references to FirstTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (7)
3348
FirstTwo = other.
FirstTwo
;
3532
if (
FirstTwo
!= other.
FirstTwo
) return false;
3545
if (HasFirstTwo) hash ^=
FirstTwo
.GetHashCode();
3600
output.WriteString(
FirstTwo
);
3624
size += 1 + pb::CodedOutputStream.ComputeStringSize(
FirstTwo
);
3649
FirstTwo = other.
FirstTwo
;