3 writes to BytesValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1731
BytesValue
= other.BytesValue;
2080
BytesValue
= other.BytesValue;
2235
BytesValue
= value;
8 references to BytesValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
1731
BytesValue = other.
BytesValue
;
1890
if (
BytesValue
!= other.
BytesValue
) return false;
1906
if (bytesValue_ != null) hash ^=
BytesValue
.GetHashCode();
1987
_single_bytesValue_codec.WriteTagAndValue(ref output,
BytesValue
);
2024
size += _single_bytesValue_codec.CalculateSizeWithTag(
BytesValue
);
2079
if (bytesValue_ == null || other.
BytesValue
!= pb::ByteString.Empty) {
2080
BytesValue = other.
BytesValue
;