2 writes to FullyDecodeReservedExpansion
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (2)
231FullyDecodeReservedExpansion = other.FullyDecodeReservedExpansion; 276FullyDecodeReservedExpansion = input.ReadBool();
9 references to FullyDecodeReservedExpansion
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (9)
155if (FullyDecodeReservedExpansion != other.FullyDecodeReservedExpansion) return false; 164if (FullyDecodeReservedExpansion != false) hash ^= FullyDecodeReservedExpansion.GetHashCode(); 199if (FullyDecodeReservedExpansion != false) { 201output.WriteBool(FullyDecodeReservedExpansion); 214if (FullyDecodeReservedExpansion != false) { 230if (other.FullyDecodeReservedExpansion != false) { 231FullyDecodeReservedExpansion = other.FullyDecodeReservedExpansion;