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