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)
1422Kind = other.Kind; 1466Kind = 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)
1338if (Kind != other.Kind) return false; 1347if (Kind.Length != 0) hash ^= Kind.GetHashCode(); 1385if (Kind.Length != 0) { 1387output.WriteString(Kind); 1403if (Kind.Length != 0) { 1404size += 1 + pb::CodedOutputStream.ComputeStringSize(Kind); 1421if (other.Kind.Length != 0) { 1422Kind = other.Kind;