2 writes to Path
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (2)
1425
Path
= other.Path;
1470
Path
= input.ReadString();
10 references to Path
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (10)
1339
if (
Path
!= other.
Path
) return false;
1348
if (
Path
.Length != 0) hash ^=
Path
.GetHashCode();
1389
if (
Path
.Length != 0) {
1391
output.WriteString(
Path
);
1406
if (
Path
.Length != 0) {
1407
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Path
);
1424
if (other.
Path
.Length != 0) {
1425
Path = other.
Path
;