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