3 writes to BytesNullableValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
2900
BytesNullableValue
= other.BytesNullableValue;
3037
BytesNullableValue
= other.BytesNullableValue;
3088
BytesNullableValue
= value;
8 references to BytesNullableValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
2900
BytesNullableValue = other.
BytesNullableValue
;
2952
if (
BytesNullableValue
!= other.
BytesNullableValue
) return false;
2961
if (bytesNullableValue_ != null) hash ^=
BytesNullableValue
.GetHashCode();
3002
_single_bytesNullableValue_codec.WriteTagAndValue(ref output,
BytesNullableValue
);
3018
size += _single_bytesNullableValue_codec.CalculateSizeWithTag(
BytesNullableValue
);
3036
if (bytesNullableValue_ == null || other.
BytesNullableValue
!= pb::ByteString.Empty) {
3037
BytesNullableValue = other.
BytesNullableValue
;