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)
1425Path = other.Path; 1470Path = 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)
1339if (Path != other.Path) return false; 1348if (Path.Length != 0) hash ^= Path.GetHashCode(); 1389if (Path.Length != 0) { 1391output.WriteString(Path); 1406if (Path.Length != 0) { 1407size += 1 + pb::CodedOutputStream.ComputeStringSize(Path); 1424if (other.Path.Length != 0) { 1425Path = other.Path;