3 writes to Custom
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (3)
612Custom = other.Custom.Clone(); 1111Custom = new global::CustomHttpRule.CustomHttpPattern(); 1226Custom = subBuilder;
10 references to Custom
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (10)
612Custom = other.Custom.Clone(); 908if (!object.Equals(Custom, other.Custom)) return false; 926if (patternCase_ == PatternOneofCase.Custom) hash ^= Custom.GetHashCode(); 1026output.WriteMessage(Custom); 1062size += 1 + pb::CodedOutputStream.ComputeMessageSize(Custom); 1110if (Custom == null) { 1113Custom.MergeFrom(other.Custom); 1223subBuilder.MergeFrom(Custom);