5 references to GetResourceString
Microsoft.AspNetCore.Authentication.MicrosoftAccount (5)
src\bf35925426d1eee1\Microsoft.AspNetCore.Authentication.MicrosoftAccount.Resources.cs (5)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @Exception_MissingId =>
GetResourceString
("Exception_MissingId");
33
internal static string @Exception_OptionMustBeProvided =>
GetResourceString
("Exception_OptionMustBeProvided");
36
=> string.Format(Culture,
GetResourceString
("Exception_OptionMustBeProvided"), p0);
39
internal static string @Exception_ValidatorHandlerMismatch =>
GetResourceString
("Exception_ValidatorHandlerMismatch");