2 writes to payload_
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1596
payload_
= other.payload_ != null ? other.payload_.Clone() : null;
1618
payload_
= value;
9 references to payload_
InteropClient (9)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (9)
1596
payload_ = other.
payload_
!= null ? other.
payload_
.Clone() : null;
1616
get { return
payload_
; }
1664
if (
payload_
!= null) hash ^= Payload.GetHashCode();
1702
if (
payload_
!= null) {
1720
if (
payload_
!= null) {
1738
if (other.
payload_
!= null) {
1739
if (
payload_
== null) {
1795
if (
payload_
== null) {