Implemented interface member:
4 references to Clone
InteropClient (4)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (4)
799responseCompressed_ = other.responseCompressed_ != null ? other.responseCompressed_.Clone() : null; 801expectCompressed_ = other.expectCompressed_ != null ? other.expectCompressed_.Clone() : null; 1597expectCompressed_ = other.expectCompressed_ != null ? other.expectCompressed_.Clone() : null; 2051compressed_ = other.compressed_ != null ? other.compressed_.Clone() : null;