2 writes to payload_
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
2664
payload_
= other.payload_ != null ? other.payload_.Clone() : null;
2685
payload_
= value;
9 references to payload_
InteropClient (9)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (9)
2664
payload_ = other.
payload_
!= null ? other.
payload_
.Clone() : null;
2683
get { return
payload_
; }
2712
if (
payload_
!= null) hash ^= Payload.GetHashCode();
2745
if (
payload_
!= null) {
2759
if (
payload_
!= null) {
2774
if (other.
payload_
!= null) {
2775
if (
payload_
== null) {
2818
if (
payload_
== null) {