85 references to GetResourceString
Microsoft.CodeAnalysis.Features (85)
Microsoft.CodeAnalysis.AnalyzersResources.cs (85)
17internal static string @Remove_Unnecessary_Cast => GetResourceString("Remove_Unnecessary_Cast"); 19internal static string @Remove_unused_member => GetResourceString("Remove_unused_member"); 21internal static string @Private_member_0_is_unused => GetResourceString("Private_member_0_is_unused"); 23internal static string @Remove_unused_private_members => GetResourceString("Remove_unused_private_members"); 25internal static string @Remove_unread_private_members => GetResourceString("Remove_unread_private_members"); 27internal static string @Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read => GetResourceString("Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read"); 29internal static string @Private_method_0_can_be_removed_as_it_is_never_invoked => GetResourceString("Private_method_0_can_be_removed_as_it_is_never_invoked"); 31internal static string @Private_property_0_can_be_converted_to_a_method_as_its_get_accessor_is_never_invoked => GetResourceString("Private_property_0_can_be_converted_to_a_method_as_its_get_accessor_is_never_invoked"); 33internal static string @A_source_file_is_missing_a_required_header => GetResourceString("A_source_file_is_missing_a_required_header"); 35internal static string @The_file_header_is_missing_or_not_located_at_the_top_of_the_file => GetResourceString("The_file_header_is_missing_or_not_located_at_the_top_of_the_file"); 37internal static string @A_source_file_contains_a_header_that_does_not_match_the_required_text => GetResourceString("A_source_file_contains_a_header_that_does_not_match_the_required_text"); 39internal static string @The_file_header_does_not_match_the_required_text => GetResourceString("The_file_header_does_not_match_the_required_text"); 41internal static string @Use_throw_expression => GetResourceString("Use_throw_expression"); 43internal static string @Add_this_or_Me_qualification => GetResourceString("Add_this_or_Me_qualification"); 45internal static string @Member_access_should_be_qualified => GetResourceString("Member_access_should_be_qualified"); 47internal static string @Null_check_can_be_simplified => GetResourceString("Null_check_can_be_simplified"); 49internal static string @Simplify_collection_initialization => GetResourceString("Simplify_collection_initialization"); 51internal static string @Collection_initialization_can_be_simplified => GetResourceString("Collection_initialization_can_be_simplified"); 53internal static string @Simplify_object_initialization => GetResourceString("Simplify_object_initialization"); 55internal static string @Object_initialization_can_be_simplified => GetResourceString("Object_initialization_can_be_simplified"); 57internal static string @Add_readonly_modifier => GetResourceString("Add_readonly_modifier"); 59internal static string @Make_field_readonly => GetResourceString("Make_field_readonly"); 61internal static string @Naming_rule_violation_0 => GetResourceString("Naming_rule_violation_0"); 63internal static string @Naming_Styles => GetResourceString("Naming_Styles"); 65internal static string @Add_missing_cases => GetResourceString("Add_missing_cases"); 67internal static string @Populate_switch => GetResourceString("Populate_switch"); 69internal static string @Modifiers_are_not_ordered => GetResourceString("Modifiers_are_not_ordered"); 71internal static string @Order_modifiers => GetResourceString("Order_modifiers"); 73internal static string @Expression_value_is_never_used => GetResourceString("Expression_value_is_never_used"); 75internal static string @Unnecessary_assignment_of_a_value_to_0 => GetResourceString("Unnecessary_assignment_of_a_value_to_0"); 77internal static string @Unnecessary_assignment_of_a_value => GetResourceString("Unnecessary_assignment_of_a_value"); 79internal static string @Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc => GetResourceString("Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc"); 81internal static string @Remove_unused_parameter => GetResourceString("Remove_unused_parameter"); 83internal static string @Remove_unused_parameter_0 => GetResourceString("Remove_unused_parameter_0"); 85internal static string @Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names => GetResourceString("Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names"); 87internal static string @Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API => GetResourceString("Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API"); 89internal static string @Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used => GetResourceString("Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used"); 91internal static string @Parameter_0_can_be_removed_its_initial_value_is_never_used => GetResourceString("Parameter_0_can_be_removed_its_initial_value_is_never_used"); 93internal static string @Add_accessibility_modifiers => GetResourceString("Add_accessibility_modifiers"); 95internal static string @Accessibility_modifiers_required => GetResourceString("Accessibility_modifiers_required"); 97internal static string @Convert_to_conditional_expression => GetResourceString("Convert_to_conditional_expression"); 99internal static string @Use_coalesce_expression => GetResourceString("Use_coalesce_expression"); 101internal static string @Changes_to_expression_trees_may_result_in_behavior_changes_at_runtime => GetResourceString("Changes_to_expression_trees_may_result_in_behavior_changes_at_runtime"); 103internal static string @Parentheses_can_be_removed => GetResourceString("Parentheses_can_be_removed"); 105internal static string @Remove_unnecessary_parentheses => GetResourceString("Remove_unnecessary_parentheses"); 107internal static string @Add_parentheses_for_clarity => GetResourceString("Add_parentheses_for_clarity"); 109internal static string @Parentheses_should_be_added_for_clarity => GetResourceString("Parentheses_should_be_added_for_clarity"); 111internal static string @Prefer_explicitly_provided_tuple_element_name => GetResourceString("Prefer_explicitly_provided_tuple_element_name"); 113internal static string @Use_explicitly_provided_tuple_name => GetResourceString("Use_explicitly_provided_tuple_name"); 115internal static string @Use_System_HashCode => GetResourceString("Use_System_HashCode"); 117internal static string @GetHashCode_implementation_can_be_simplified => GetResourceString("GetHashCode_implementation_can_be_simplified"); 119internal static string @Use_compound_assignment => GetResourceString("Use_compound_assignment"); 121internal static string @Use_null_propagation => GetResourceString("Use_null_propagation"); 123internal static string @Use_inferred_member_name => GetResourceString("Use_inferred_member_name"); 125internal static string @Member_name_can_be_simplified => GetResourceString("Member_name_can_be_simplified"); 127internal static string @Interpolation_can_be_simplified => GetResourceString("Interpolation_can_be_simplified"); 129internal static string @Simplify_interpolation => GetResourceString("Simplify_interpolation"); 131internal static string @Use_auto_property => GetResourceString("Use_auto_property"); 133internal static string @Format_string_contains_invalid_placeholder => GetResourceString("Format_string_contains_invalid_placeholder"); 135internal static string @Invalid_format_string => GetResourceString("Invalid_format_string"); 137internal static string @Simplify_conditional_expression => GetResourceString("Simplify_conditional_expression"); 139internal static string @Conditional_expression_can_be_simplified => GetResourceString("Conditional_expression_can_be_simplified"); 141internal static string @Invalid_global_SuppressMessageAttribute => GetResourceString("Invalid_global_SuppressMessageAttribute"); 143internal static string @Invalid_scope_for_SuppressMessageAttribute => GetResourceString("Invalid_scope_for_SuppressMessageAttribute"); 145internal static string @Invalid_or_missing_target_for_SuppressMessageAttribute => GetResourceString("Invalid_or_missing_target_for_SuppressMessageAttribute"); 147internal static string @Avoid_legacy_format_target_in_SuppressMessageAttribute => GetResourceString("Avoid_legacy_format_target_in_SuppressMessageAttribute"); 149internal static string @Avoid_legacy_format_target_0_in_SuppressMessageAttribute => GetResourceString("Avoid_legacy_format_target_0_in_SuppressMessageAttribute"); 151internal static string @Remove_unnecessary_suppression => GetResourceString("Remove_unnecessary_suppression"); 153internal static string @Remove_redundant_equality => GetResourceString("Remove_redundant_equality"); 155internal static string @Use_decrement_operator => GetResourceString("Use_decrement_operator"); 157internal static string @Use_increment_operator => GetResourceString("Use_increment_operator"); 159internal static string @Avoid_multiple_blank_lines => GetResourceString("Avoid_multiple_blank_lines"); 161internal static string @Blank_line_required_between_block_and_subsequent_statement => GetResourceString("Blank_line_required_between_block_and_subsequent_statement"); 163internal static string @Change_namespace_to_match_folder_structure => GetResourceString("Change_namespace_to_match_folder_structure"); 165internal static string @Namespace_0_does_not_match_folder_structure_expected_1 => GetResourceString("Namespace_0_does_not_match_folder_structure_expected_1"); 167internal static string @Namespace_does_not_match_folder_structure => GetResourceString("Namespace_does_not_match_folder_structure"); 169internal static string @Simplify_LINQ_expression => GetResourceString("Simplify_LINQ_expression"); 171internal static string @Fix_formatting => GetResourceString("Fix_formatting"); 173internal static string @_0_statement_implicitly_converts_1_to_2_Add_an_explicit_cast_to_make_intent_clearer_as_it_may_fail_at_runtime => GetResourceString("_0_statement_implicitly_converts_1_to_2_Add_an_explicit_cast_to_make_intent_clearer_as_it_may_fail_at_runtime"); 175internal static string @Add_explicit_cast => GetResourceString("Add_explicit_cast"); 177internal static string @Name_can_be_simplified => GetResourceString("Name_can_be_simplified"); 179internal static string @Simplify_Names => GetResourceString("Simplify_Names"); 181internal static string @Simplify_Member_Access => GetResourceString("Simplify_Member_Access"); 183internal static string @Remove_accessibility_modifiers => GetResourceString("Remove_accessibility_modifiers"); 185internal static string @Simplify_check => GetResourceString("Simplify_check");