2 writes to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2533
Subfield
= other.Subfield;
2570
Subfield
= input.ReadString();
11 references to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (10)
2462
if (
Subfield
!= other.
Subfield
) return false;
2470
if (
Subfield
.Length != 0) hash ^=
Subfield
.GetHashCode();
2503
if (
Subfield
.Length != 0) {
2505
output.WriteString(
Subfield
);
2517
if (
Subfield
.Length != 0) {
2518
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Subfield
);
2532
if (other.
Subfield
.Length != 0) {
2533
Subfield = other.
Subfield
;
UnaryServerCallHandlerTests.cs (1)
1563
Assert.Equal("Nested string", request!.Data.SingleMessage.
Subfield
);