2 writes to responseStatus_
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
2341responseStatus_ = other.responseStatus_ != null ? other.responseStatus_.Clone() : null; 2409responseStatus_ = value;
9 references to responseStatus_
InteropClient (9)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (9)
2341responseStatus_ = other.responseStatus_ != null ? other.responseStatus_.Clone() : null; 2407get { return responseStatus_; } 2442if (responseStatus_ != null) hash ^= ResponseStatus.GetHashCode(); 2493if (responseStatus_ != null) { 2514if (responseStatus_ != null) { 2539if (other.responseStatus_ != null) { 2540if (responseStatus_ == null) { 2613if (responseStatus_ == null) {