3 references to GetResourceString
Microsoft.AspNetCore.Authorization.Policy (3)
src\14e676a0f2e74239\Microsoft.AspNetCore.Authorization.Policy.Resources.cs (3)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @Exception_UnableToFindServices =>
GetResourceString
("Exception_UnableToFindServices");
34
=> string.Format(Culture,
GetResourceString
("Exception_UnableToFindServices"), p0, p1);