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