2 writes to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2533Subfield = other.Subfield; 2570Subfield = input.ReadString();
11 references to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (10)
2462if (Subfield != other.Subfield) return false; 2470if (Subfield.Length != 0) hash ^= Subfield.GetHashCode(); 2503if (Subfield.Length != 0) { 2505output.WriteString(Subfield); 2517if (Subfield.Length != 0) { 2518size += 1 + pb::CodedOutputStream.ComputeStringSize(Subfield); 2532if (other.Subfield.Length != 0) { 2533Subfield = other.Subfield;
UnaryServerCallHandlerTests.cs (1)
1563Assert.Equal("Nested string", request!.Data.SingleMessage.Subfield);