3 writes to _duplicateMessageHistoryLength
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (3)
33
_duplicateMessageHistoryLength
= UdpConstants.Defaults.DuplicateMessageHistoryLength;
44
_duplicateMessageHistoryLength
= other._duplicateMessageHistoryLength;
64
_duplicateMessageHistoryLength
= value;
2 references to _duplicateMessageHistoryLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
44
_duplicateMessageHistoryLength = other.
_duplicateMessageHistoryLength
;
55
get { return
_duplicateMessageHistoryLength
; }