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