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; 55get { return _duplicateMessageHistoryLength; }