4 references to GreaterThanOrEqual
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
265Assumed.GreaterThanOrEqual(_lookupScopes.Count, 2, "Too many calls to Leave().");
Collections\ReadOnlyConvertingDictionary.cs (1)
150Assumed.GreaterThanOrEqual(array.Length - arrayIndex, _backing.Count, "Specified array size insufficient to hold the contents of the collection.");
Microsoft.Build.Framework (1)
Utilities\QuotingUtilities.cs (1)
69Assumed.GreaterThanOrEqual(maxSplits, 2, "There is no point calling this method for less than two splits.");
MSBuild (1)
CommandLine\CommandLineParser.cs (1)
602Assumed.GreaterThanOrEqual(doubleQuotesRemovedFromArg, doubleQuotesRemovedFromSwitchIndicatorAndName, "The name portion of the switch cannot contain more quoting than the arg itself.");