2 writes to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2519
Subfield
= other.Subfield;
2556
Subfield
= input.ReadString();
11 references to Subfield
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
2448
if (
Subfield
!= other.
Subfield
) return false;
2456
if (
Subfield
.Length != 0) hash ^=
Subfield
.GetHashCode();
2489
if (
Subfield
.Length != 0) {
2491
output.WriteString(
Subfield
);
2503
if (
Subfield
.Length != 0) {
2504
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Subfield
);
2518
if (other.
Subfield
.Length != 0) {
2519
Subfield = other.
Subfield
;
UnaryServerCallHandlerTests.cs (1)
1562
Assert.Equal("Nested string", request!.Data.SingleMessage.
Subfield
);