2 writes to payload_
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
2340
payload_
= other.payload_ != null ? other.payload_.Clone() : null;
2394
payload_
= value;
9 references to payload_
InteropClient (9)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (9)
2340
payload_ = other.
payload_
!= null ? other.
payload_
.Clone() : null;
2392
get { return
payload_
; }
2441
if (
payload_
!= null) hash ^= Payload.GetHashCode();
2489
if (
payload_
!= null) {
2511
if (
payload_
!= null) {
2533
if (other.
payload_
!= null) {
2534
if (
payload_
== null) {
2606
if (
payload_
== null) {