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