21 references to Culture
Microsoft.AspNetCore.JsonPatch (21)
artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\netstandard2.0\Microsoft.AspNetCore.JsonPatch.Resources.cs (21)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); 34=> string.Format(Culture, GetResourceString("CannotCopyProperty"), p0); 40=> string.Format(Culture, GetResourceString("CannotDeterminePropertyType"), p0); 46=> string.Format(Culture, GetResourceString("CannotPerformOperation"), p0, p1); 52=> string.Format(Culture, GetResourceString("CannotReadProperty"), p0); 58=> string.Format(Culture, GetResourceString("CannotUpdateProperty"), p0); 64=> string.Format(Culture, GetResourceString("ExpressionTypeNotSupported"), p0); 70=> string.Format(Culture, GetResourceString("IndexOutOfBounds"), p0); 76=> string.Format(Culture, GetResourceString("InvalidIndexValue"), p0); 84=> string.Format(Culture, GetResourceString("InvalidJsonPatchOperation"), p0); 90=> string.Format(Culture, GetResourceString("InvalidPathSegment"), p0); 96=> string.Format(Culture, GetResourceString("InvalidValueForPath"), p0); 102=> string.Format(Culture, GetResourceString("InvalidValueForProperty"), p0); 108=> string.Format(Culture, GetResourceString("ParameterMustMatchType"), p0, p1); 114=> string.Format(Culture, GetResourceString("PatchNotSupportedForArrays"), p0); 120=> string.Format(Culture, GetResourceString("PatchNotSupportedForNonGenericLists"), p0); 126=> string.Format(Culture, GetResourceString("TargetLocationAtPathSegmentNotFound"), p0); 132=> string.Format(Culture, GetResourceString("TargetLocationNotFound"), p0, p1); 140=> string.Format(Culture, GetResourceString("ValueAtListPositionNotEqualToTestValue"), p0, p1, p2); 146=> string.Format(Culture, GetResourceString("ValueForTargetSegmentCannotBeNullOrEmpty"), p0); 152=> string.Format(Culture, GetResourceString("ValueNotEqualToTestValue"), p0, p1, p2);