2 writes to payload_
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1310
payload_
= other.payload_ != null ? other.payload_.Clone() : null;
1333
payload_
= value;
9 references to payload_
InteropClient (9)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (9)
1310
payload_ = other.
payload_
!= null ? other.
payload_
.Clone() : null;
1331
get { return
payload_
; }
1393
if (
payload_
!= null) hash ^= Payload.GetHashCode();
1436
if (
payload_
!= null) {
1458
if (
payload_
!= null) {
1479
if (other.
payload_
!= null) {
1480
if (
payload_
== null) {
1537
if (
payload_
== null) {