2 writes to SingleBytes
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2172
SingleBytes
= other.SingleBytes;
2341
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)
1865
if (
SingleBytes
!= other.
SingleBytes
) return false;
1889
if (
SingleBytes
.Length != 0) hash ^=
SingleBytes
.GetHashCode();
2044
if (
SingleBytes
.Length != 0) {
2046
output.WriteBytes(
SingleBytes
);
2108
if (
SingleBytes
.Length != 0) {
2109
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
SingleBytes
);
2171
if (other.
SingleBytes
.Length != 0) {
2172
SingleBytes = other.
SingleBytes
;
UnaryServerCallHandlerTests.cs (1)
1560
Assert.Equal(new byte[] { 1, 2, 3 }, request!.Data.
SingleBytes
.ToByteArray());