2 writes to SingleBytes
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2186
SingleBytes
= other.SingleBytes;
2355
SingleBytes
= input.ReadBytes();
11 references to SingleBytes
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1879
if (
SingleBytes
!= other.
SingleBytes
) return false;
1903
if (
SingleBytes
.Length != 0) hash ^=
SingleBytes
.GetHashCode();
2058
if (
SingleBytes
.Length != 0) {
2060
output.WriteBytes(
SingleBytes
);
2122
if (
SingleBytes
.Length != 0) {
2123
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
SingleBytes
);
2185
if (other.
SingleBytes
.Length != 0) {
2186
SingleBytes = other.
SingleBytes
;
UnaryServerCallHandlerTests.cs (1)
1561
Assert.Equal(new byte[] { 1, 2, 3 }, request!.Data.
SingleBytes
.ToByteArray());