40 references to GetResourceString
Microsoft.CodeAnalysis.CSharp.Features (40)
Microsoft.CodeAnalysis.CSharp.CSharpCodeFixesResources.cs (40)
17internal static string @Remove_Unnecessary_Usings => GetResourceString("Remove_Unnecessary_Usings"); 19internal static string @Add_this => GetResourceString("Add_this"); 21internal static string @Remove_unreachable_code => GetResourceString("Remove_unreachable_code"); 23internal static string @Pass_in_captured_variables_as_arguments => GetResourceString("Pass_in_captured_variables_as_arguments"); 25internal static string @Warning_colon_Adding_parameters_to_local_function_declaration_may_produce_invalid_code => GetResourceString("Warning_colon_Adding_parameters_to_local_function_declaration_may_produce_invalid_code"); 27internal static string @Convert_typeof_to_nameof => GetResourceString("Convert_typeof_to_nameof"); 29internal static string @Place_statement_on_following_line => GetResourceString("Place_statement_on_following_line"); 31internal static string @Remove_blank_lines_between_braces => GetResourceString("Remove_blank_lines_between_braces"); 33internal static string @Fix_record_declaration => GetResourceString("Fix_record_declaration"); 35internal static string @Fix_constraint => GetResourceString("Fix_constraint"); 37internal static string @Change_return_type_from_0_to_1 => GetResourceString("Change_return_type_from_0_to_1"); 39internal static string @Hide_base_member => GetResourceString("Hide_base_member"); 41internal static string @Add_Obsolete => GetResourceString("Add_Obsolete"); 43internal static string @Explicitly_inherit_documentation => GetResourceString("Explicitly_inherit_documentation"); 45internal static string @Unseal_class_0 => GetResourceString("Unseal_class_0"); 47internal static string @Use_interpolated_verbatim_string => GetResourceString("Use_interpolated_verbatim_string"); 49internal static string @Add_await => GetResourceString("Add_await"); 51internal static string @Assign_to_0 => GetResourceString("Assign_to_0"); 53internal static string @Compare_to_0 => GetResourceString("Compare_to_0"); 55internal static string @Fix_return_type => GetResourceString("Fix_return_type"); 57internal static string @Replace_return_with_yield_return => GetResourceString("Replace_return_with_yield_return"); 59internal static string @Declare_as_nullable => GetResourceString("Declare_as_nullable"); 61internal static string @Place_token_on_following_line => GetResourceString("Place_token_on_following_line"); 63internal static string @Assign_out_parameters => GetResourceString("Assign_out_parameters"); 65internal static string @Assign_out_parameters_at_start => GetResourceString("Assign_out_parameters_at_start"); 67internal static string @Add_parentheses_around_conditional_expression_in_interpolated_string => GetResourceString("Add_parentheses_around_conditional_expression_in_interpolated_string"); 69internal static string @Make_0_return_Task_instead_of_void => GetResourceString("Make_0_return_Task_instead_of_void"); 71internal static string @Allow_unsafe_code_in_this_project => GetResourceString("Allow_unsafe_code_in_this_project"); 73internal static string @Make_ref_struct => GetResourceString("Make_ref_struct"); 75internal static string @Remove_unused_function => GetResourceString("Remove_unused_function"); 77internal static string @Upgrade_all_csharp_projects_to_language_version_0 => GetResourceString("Upgrade_all_csharp_projects_to_language_version_0"); 79internal static string @Upgrade_this_project_to_csharp_language_version_0 => GetResourceString("Upgrade_this_project_to_csharp_language_version_0"); 81internal static string @Use_0 => GetResourceString("Use_0"); 83internal static string @Remove_in_keyword => GetResourceString("Remove_in_keyword"); 85internal static string @Remove_new_modifier => GetResourceString("Remove_new_modifier"); 87internal static string @Convert_to_positional_record => GetResourceString("Convert_to_positional_record"); 89internal static string @Make_method_async => GetResourceString("Make_method_async"); 91internal static string @Make_method_async_remain_void => GetResourceString("Make_method_async_remain_void"); 93internal static string @Make_field_required => GetResourceString("Make_field_required"); 95internal static string @Make_property_required => GetResourceString("Make_property_required");