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