2 writes to Kind
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (2)
1422
Kind
= other.Kind;
1466
Kind
= input.ReadString();
10 references to Kind
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (10)
1338
if (
Kind
!= other.
Kind
) return false;
1347
if (
Kind
.Length != 0) hash ^=
Kind
.GetHashCode();
1385
if (
Kind
.Length != 0) {
1387
output.WriteString(
Kind
);
1403
if (
Kind
.Length != 0) {
1404
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Kind
);
1421
if (other.
Kind
.Length != 0) {
1422
Kind = other.
Kind
;