2 writes to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
3664Subfield = other.Subfield; 3706Subfield = input.ReadString();
10 references to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (10)
3588if (Subfield != other.Subfield) return false; 3597if (Subfield.Length != 0) hash ^= Subfield.GetHashCode(); 3632if (Subfield.Length != 0) { 3634output.WriteString(Subfield); 3647if (Subfield.Length != 0) { 3648size += 1 + pb::CodedOutputStream.ComputeStringSize(Subfield); 3663if (other.Subfield.Length != 0) { 3664Subfield = other.Subfield;