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