35 references to R
System.Runtime.Caching (35)
Resources\R.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Runtime.Caching.Resources.R", typeof(R).Assembly);
System\Caching\ChangeMonitor.cs (2)
199throw new InvalidOperationException(R.Init_not_complete); 216throw new InvalidOperationException(R.Method_already_invoked);
System\Caching\Configuration\ConfigUtil.cs (5)
30throw new ArgumentException(RH.Format(R.Value_must_be_non_negative_integer, valueName, sValue), "config"); 33throw new ArgumentException(RH.Format(R.Value_must_be_positive_integer, valueName, sValue), "config"); 37throw new ArgumentException(RH.Format(R.Value_too_big, 59throw new ArgumentException(RH.Format(R.TimeSpan_invalid_format, valueName, sValue), "config"); 76throw new ArgumentException(RH.Format(R.Value_must_be_boolean, valueName, sValue), "config");
System\Caching\FileChangeNotificationSystem.cs (1)
131throw new ArgumentException(R.Invalid_state,"state");
System\Caching\HostFileChangeMonitor.cs (2)
136throw new ArgumentException(RH.Format(R.Empty_collection, "filePaths")); 152throw new ArgumentException(RH.Format(R.Collection_contains_null_or_empty_string, "filePaths"));
System\Caching\MemoryCache.cs (23)
214throw new ArgumentException(R.Invalid_expiration_combination, "policy"); 217throw new ArgumentOutOfRangeException("policy", RH.Format(R.Argument_out_of_range, "SlidingExpiration", ObjectCache.NoSlidingExpiration, OneYear)); 221throw new ArgumentException(R.Invalid_callback_combination, "policy"); 224throw new ArgumentOutOfRangeException("policy", RH.Format(R.Argument_out_of_range, "Priority", CacheItemPriority.Default, CacheItemPriority.NotRemovable)); 294throw new ArgumentException(R.Empty_string_invalid, "name"); 297throw new ArgumentException(R.Default_is_reserved, "name"); 312throw new ArgumentException(R.Empty_string_invalid, "name"); 315throw new ArgumentException(R.Default_is_reserved, "name"); 343throw new ArgumentException(R.Update_callback_must_be_null, "policy"); 370throw new NotSupportedException(R.RegionName_not_supported); 377throw new ArgumentException(RH.Format(R.Empty_collection, "keys")); 382throw new ArgumentException(RH.Format(R.Collection_contains_null_element, "keys")); 426throw new NotSupportedException(R.RegionName_not_supported); 508throw new NotSupportedException(R.RegionName_not_supported); 525throw new NotSupportedException(R.RegionName_not_supported); 544throw new NotSupportedException(R.RegionName_not_supported); 561throw new NotSupportedException(R.RegionName_not_supported); 612throw new ArgumentException(R.Invalid_argument_combination); 671throw new NotSupportedException(R.RegionName_not_supported); 686throw new NotSupportedException(R.RegionName_not_supported); 699throw new NotSupportedException(R.RegionName_not_supported); 708throw new NotSupportedException(R.RegionName_not_supported); 717throw new ArgumentException(RH.Format(R.Collection_contains_null_element, "keys"));
System\Caching\ObjectCache.cs (1)
34throw new InvalidOperationException(R.Property_already_set);