2 writes to Selector
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (2)
1084
Selector
= other.Selector;
1193
Selector
= input.ReadString();
10 references to Selector
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (10)
902
if (
Selector
!= other.
Selector
) return false;
920
if (
Selector
.Length != 0) hash ^=
Selector
.GetHashCode();
996
if (
Selector
.Length != 0) {
998
output.WriteString(
Selector
);
1043
if (
Selector
.Length != 0) {
1044
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Selector
);
1083
if (other.
Selector
.Length != 0) {
1084
Selector = other.
Selector
;