2 writes to BytesValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
3033BytesValue = other.BytesValue; 3082BytesValue = input.ReadBytes();
10 references to BytesValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
2951if (BytesValue != other.BytesValue) return false; 2960if (BytesValue.Length != 0) hash ^= BytesValue.GetHashCode(); 2997if (BytesValue.Length != 0) { 2999output.WriteBytes(BytesValue); 3014if (BytesValue.Length != 0) { 3015size += 1 + pb::CodedOutputStream.ComputeBytesSize(BytesValue); 3032if (other.BytesValue.Length != 0) { 3033BytesValue = other.BytesValue;