3 writes to BoolValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1728BoolValue = other.BoolValue; 2065BoolValue = other.BoolValue; 2214BoolValue = value;
8 references to BoolValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
1728BoolValue = other.BoolValue; 1887if (BoolValue != other.BoolValue) return false; 1903if (boolValue_ != null) hash ^= BoolValue.GetHashCode(); 1978_single_boolValue_codec.WriteTagAndValue(ref output, BoolValue); 2015size += _single_boolValue_codec.CalculateSizeWithTag(BoolValue); 2064if (boolValue_ == null || other.BoolValue != false) { 2065BoolValue = other.BoolValue;