2 writes to SingleBytes
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1289
SingleBytes
= other.SingleBytes;
1458
SingleBytes
= input.ReadBytes();
10 references to SingleBytes
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
982
if (
SingleBytes
!= other.
SingleBytes
) return false;
1006
if (
SingleBytes
.Length != 0) hash ^=
SingleBytes
.GetHashCode();
1161
if (
SingleBytes
.Length != 0) {
1163
output.WriteBytes(
SingleBytes
);
1225
if (
SingleBytes
.Length != 0) {
1226
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
SingleBytes
);
1288
if (other.
SingleBytes
.Length != 0) {
1289
SingleBytes = other.
SingleBytes
;