27 references to ValueMustBeInRange
dotnet-svcutil-lib (27)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
1020string.Format(SRServiceModel.ValueMustBeInRange, 0, 0x4000))); 1043string.Format(SRServiceModel.ValueMustBeInRange, 0, 0xFF))); 1069string.Format(SRServiceModel.ValueMustBeInRange, 'a', 'z'))); 1113string.Format(SRServiceModel.ValueMustBeInRange, 1, 4)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
258string.Format(SRServiceModel.ValueMustBeInRange, -1, int.MaxValue))); 273string.Format(SRServiceModel.ValueMustBeInRange, -1, int.MaxValue)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
67string.Format(SRServiceModel.ValueMustBeInRange, 100, 599)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalClientSecuritySettings.cs (1)
203string.Format(SRServiceModel.ValueMustBeInRange, 0, 100)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (11)
335string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount))); 501string.Format(SRServiceModel.ValueMustBeInRange, 0, collection._headerCount))); 550string.Format(SRServiceModel.ValueMustBeInRange, 0, array.Length - _headerCount))); 863string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount))); 967string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount))); 1067string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount))); 1236string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount))); 1417string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount))); 1432string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount))); 1583string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount))); 1615string.Format(SRServiceModel.ValueMustBeInRange, 0, _headerCount)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (1)
731string.Format(SRServiceModel.ValueMustBeInRange, 0, array.Length - _propertyCount)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
120string.Format(SRServiceModel.ValueMustBeInRange, 0, 16384))); 151string.Format(SRServiceModel.ValueMustBeInRange, 0, 4096)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
482string.Format(SRServiceModel.ValueMustBeInRange, 0, maxMessageSize)), message);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (3)
86string.Format(SRServiceModel.ValueMustBeInRange, 0, _items.Count - 1))); 148string.Format(SRServiceModel.ValueMustBeInRange, 0, _items.Count))); 187string.Format(SRServiceModel.ValueMustBeInRange, 0, _items.Count - 1)));
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
52string.Format(SRServiceModel.ValueMustBeInRange, -1, int.MaxValue)));