4 references to GetResourceString
Microsoft.AspNetCore.Authentication.Google (4)
src\f37f614b90f66bcf\Microsoft.AspNetCore.Authentication.Google.Resources.cs (4)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @Exception_OptionMustBeProvided =>
GetResourceString
("Exception_OptionMustBeProvided");
34
=> string.Format(Culture,
GetResourceString
("Exception_OptionMustBeProvided"), p0);
37
internal static string @Exception_ValidatorHandlerMismatch =>
GetResourceString
("Exception_ValidatorHandlerMismatch");