2 writes to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2519Subfield = other.Subfield; 2556Subfield = input.ReadString();
11 references to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
2448if (Subfield != other.Subfield) return false; 2456if (Subfield.Length != 0) hash ^= Subfield.GetHashCode(); 2489if (Subfield.Length != 0) { 2491output.WriteString(Subfield); 2503if (Subfield.Length != 0) { 2504size += 1 + pb::CodedOutputStream.ComputeStringSize(Subfield); 2518if (other.Subfield.Length != 0) { 2519Subfield = other.Subfield;
UnaryServerCallHandlerTests.cs (1)
1562Assert.Equal("Nested string", request!.Data.SingleMessage.Subfield);