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)
1084Selector = other.Selector; 1193Selector = 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)
902if (Selector != other.Selector) return false; 920if (Selector.Length != 0) hash ^= Selector.GetHashCode(); 996if (Selector.Length != 0) { 998output.WriteString(Selector); 1043if (Selector.Length != 0) { 1044size += 1 + pb::CodedOutputStream.ComputeStringSize(Selector); 1083if (other.Selector.Length != 0) { 1084Selector = other.Selector;