3 references to Format
Microsoft.Extensions.Configuration.Json (3)
JsonConfigurationFileParser.cs (3)
35
throw new FormatException(SR.
Format
(SR.Error_InvalidTopLevelJSONElement, doc.RootElement.ValueKind));
111
throw new FormatException(SR.
Format
(SR.Error_KeyIsDuplicated, key));
117
throw new FormatException(SR.
Format
(SR.Error_UnsupportedJSONToken, value.ValueKind));