9 references to Strings
rzc (9)
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 (1)
44Strings.FormatExpected_JSON_property_0_but_it_was_1(expectedPropertyName, null));