12 references to Strings
rzc (12)
Json\Assumed.cs (8)
22ThrowInvalidOperation(message ?? Strings.FormatExpected_0_to_be_non_null(valueExpression), path, line); 49ThrowInvalidOperation(message ?? Strings.FormatExpected_0_to_be_non_null(valueExpression), path, line); 74ThrowInvalidOperation(message ?? Strings.Expected_condition_to_be_false, path, line); 100ThrowInvalidOperation(message ?? Strings.Expected_condition_to_be_true, path, line); 113=> ThrowInvalidOperation(message ?? Strings.This_program_location_is_thought_to_be_unreachable, path, line); 135=> ThrowInvalidOperation<T>(message ?? Strings.This_program_location_is_thought_to_be_unreachable, path, line); 151=> ThrowHelper.ThrowInvalidOperationException(message + Environment.NewLine + Strings.FormatFile_0_Line_1(path, line)); 156=> ThrowHelper.ThrowInvalidOperationException<T>(message + Environment.NewLine + Strings.FormatFile_0_Line_1(path, line));
Json\JsonDataReader.cs (3)
42Strings.FormatExpected_JSON_property_0_but_it_was_1(expectedPropertyName, actualPropertyName)); 297Strings.FormatCould_not_read_value_JSON_token_was_0(token)); 497throw new JsonSerializationException(Strings.Encountered_end_of_stream_before_end_of_object);
Json\JsonReaderExtensions.cs (1)
24Strings.FormatExpected_JSON_token_0_but_it_was_1(expectedToken, actualToken));