12 references to ValueMustBePositive
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ConnectionUtilities.cs (1)
37throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(size), size, SRP.ValueMustBePositive));
System.ServiceModel.Primitives (11)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
94SRP.ValueMustBePositive)); 112SRP.ValueMustBePositive));
System\ServiceModel\Channels\IntDecoder.cs (1)
68throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(size), size, SRP.ValueMustBePositive));
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
67SRP.ValueMustBePositive)); 85SRP.ValueMustBePositive)); 111SRP.ValueMustBePositive));
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
125SRP.ValueMustBePositive));
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (2)
65SRP.ValueMustBePositive)); 83SRP.ValueMustBePositive));
System\ServiceModel\Channels\TransportBindingElement.cs (1)
79SRP.ValueMustBePositive));
System\ServiceModel\ReliableSession.cs (1)
46SRP.ValueMustBePositive));