2 writes to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
3650Subfield = other.Subfield; 3692Subfield = input.ReadString();
10 references to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
3574if (Subfield != other.Subfield) return false; 3583if (Subfield.Length != 0) hash ^= Subfield.GetHashCode(); 3618if (Subfield.Length != 0) { 3620output.WriteString(Subfield); 3633if (Subfield.Length != 0) { 3634size += 1 + pb::CodedOutputStream.ComputeStringSize(Subfield); 3649if (other.Subfield.Length != 0) { 3650Subfield = other.Subfield;