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