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