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