179 references to GetResourceString
Microsoft.VisualStudio.LanguageServices.CSharp (179)
Microsoft.VisualStudio.LanguageServices.CSharp.CSharpVSResources.cs (179)
17internal static string @CSharp => GetResourceString("CSharp"); 19internal static string @Surround_With => GetResourceString("Surround_With"); 21internal static string @Insert_Snippet => GetResourceString("Insert_Snippet"); 23internal static string @Automatically_format_block_on_close_brace => GetResourceString("Automatically_format_block_on_close_brace"); 25internal static string @Automatically_format_on_paste => GetResourceString("Automatically_format_on_paste"); 27internal static string @Automatically_format_statement_on_semicolon => GetResourceString("Automatically_format_statement_on_semicolon"); 29internal static string @Place_members_in_anonymous_types_on_new_line => GetResourceString("Place_members_in_anonymous_types_on_new_line"); 31internal static string @Leave_block_on_single_line => GetResourceString("Leave_block_on_single_line"); 33internal static string @Place_catch_on_new_line => GetResourceString("Place_catch_on_new_line"); 35internal static string @Place_else_on_new_line => GetResourceString("Place_else_on_new_line"); 37internal static string @Indent_block_contents => GetResourceString("Indent_block_contents"); 39internal static string @Indent_open_and_close_braces => GetResourceString("Indent_open_and_close_braces"); 41internal static string @Indent_case_contents => GetResourceString("Indent_case_contents"); 43internal static string @Indent_case_labels => GetResourceString("Indent_case_labels"); 45internal static string @Place_finally_on_new_line => GetResourceString("Place_finally_on_new_line"); 47internal static string @Place_goto_labels_in_leftmost_column => GetResourceString("Place_goto_labels_in_leftmost_column"); 49internal static string @Indent_labels_normally => GetResourceString("Indent_labels_normally"); 51internal static string @Place_goto_labels_one_indent_less_than_current => GetResourceString("Place_goto_labels_one_indent_less_than_current"); 53internal static string @Label_Indentation => GetResourceString("Label_Indentation"); 55internal static string @Place_members_in_object_initializers_on_new_line => GetResourceString("Place_members_in_object_initializers_on_new_line"); 57internal static string @Place_open_brace_on_new_line_for_anonymous_methods => GetResourceString("Place_open_brace_on_new_line_for_anonymous_methods"); 59internal static string @Place_open_brace_on_new_line_for_anonymous_types => GetResourceString("Place_open_brace_on_new_line_for_anonymous_types"); 61internal static string @Place_open_brace_on_new_line_for_control_blocks => GetResourceString("Place_open_brace_on_new_line_for_control_blocks"); 63internal static string @Place_open_brace_on_new_line_for_lambda_expression => GetResourceString("Place_open_brace_on_new_line_for_lambda_expression"); 65internal static string @Place_open_brace_on_new_line_for_methods_local_functions => GetResourceString("Place_open_brace_on_new_line_for_methods_local_functions"); 67internal static string @Place_open_brace_on_new_line_for_object_collection_array_and_with_initializers => GetResourceString("Place_open_brace_on_new_line_for_object_collection_array_and_with_initializers"); 69internal static string @Place_open_brace_on_new_line_for_types => GetResourceString("Place_open_brace_on_new_line_for_types"); 71internal static string @Place_query_expression_clauses_on_new_line => GetResourceString("Place_query_expression_clauses_on_new_line"); 73internal static string @Leave_statements_and_member_declarations_on_the_same_line => GetResourceString("Leave_statements_and_member_declarations_on_the_same_line"); 75internal static string @Insert_space_before_and_after_binary_operators => GetResourceString("Insert_space_before_and_after_binary_operators"); 77internal static string @Ignore_spaces_around_binary_operators => GetResourceString("Ignore_spaces_around_binary_operators"); 79internal static string @Remove_spaces_before_and_after_binary_operators => GetResourceString("Remove_spaces_before_and_after_binary_operators"); 81internal static string @Insert_space_after_colon_for_base_or_interface_in_type_declaration => GetResourceString("Insert_space_after_colon_for_base_or_interface_in_type_declaration"); 83internal static string @Insert_space_after_comma => GetResourceString("Insert_space_after_comma"); 85internal static string @Insert_space_after_dot => GetResourceString("Insert_space_after_dot"); 87internal static string @Insert_space_after_semicolon_in_for_statement => GetResourceString("Insert_space_after_semicolon_in_for_statement"); 89internal static string @Insert_space_before_colon_for_base_or_interface_in_type_declaration => GetResourceString("Insert_space_before_colon_for_base_or_interface_in_type_declaration"); 91internal static string @Insert_space_before_comma => GetResourceString("Insert_space_before_comma"); 93internal static string @Insert_space_before_dot => GetResourceString("Insert_space_before_dot"); 95internal static string @Insert_space_before_semicolon_in_for_statement => GetResourceString("Insert_space_before_semicolon_in_for_statement"); 97internal static string @Insert_space_within_argument_list_parentheses => GetResourceString("Insert_space_within_argument_list_parentheses"); 99internal static string @Insert_space_within_empty_argument_list_parentheses => GetResourceString("Insert_space_within_empty_argument_list_parentheses"); 101internal static string @Insert_space_between_called_method_name_and_its_opening_parenthesis => GetResourceString("Insert_space_between_called_method_name_and_its_opening_parenthesis"); 103internal static string @Insert_space_within_empty_parameter_list_parentheses => GetResourceString("Insert_space_within_empty_parameter_list_parentheses"); 105internal static string @Insert_space_between_method_name_and_its_opening_parenthesis => GetResourceString("Insert_space_between_method_name_and_its_opening_parenthesis"); 107internal static string @Insert_space_within_parameter_list_parentheses => GetResourceString("Insert_space_within_parameter_list_parentheses"); 109internal static string @Insert_space_after_keywords_in_control_flow_statements => GetResourceString("Insert_space_after_keywords_in_control_flow_statements"); 111internal static string @Insert_space_within_parentheses_of_expressions => GetResourceString("Insert_space_within_parentheses_of_expressions"); 113internal static string @Insert_space_after_cast => GetResourceString("Insert_space_after_cast"); 115internal static string @Insert_spaces_within_parentheses_of_control_flow_statements => GetResourceString("Insert_spaces_within_parentheses_of_control_flow_statements"); 117internal static string @Insert_space_within_parentheses_of_type_casts => GetResourceString("Insert_space_within_parentheses_of_type_casts"); 119internal static string @Ignore_spaces_in_declaration_statements => GetResourceString("Ignore_spaces_in_declaration_statements"); 121internal static string @Set_other_spacing_options => GetResourceString("Set_other_spacing_options"); 123internal static string @Set_spacing_for_brackets => GetResourceString("Set_spacing_for_brackets"); 125internal static string @Set_spacing_for_delimiters => GetResourceString("Set_spacing_for_delimiters"); 127internal static string @Set_spacing_for_method_calls => GetResourceString("Set_spacing_for_method_calls"); 129internal static string @Set_spacing_for_method_declarations => GetResourceString("Set_spacing_for_method_declarations"); 131internal static string @Set_spacing_for_operators => GetResourceString("Set_spacing_for_operators"); 133internal static string @Insert_spaces_within_square_brackets => GetResourceString("Insert_spaces_within_square_brackets"); 135internal static string @Insert_space_before_open_square_bracket => GetResourceString("Insert_space_before_open_square_bracket"); 137internal static string @Insert_space_within_empty_square_brackets => GetResourceString("Insert_space_within_empty_square_brackets"); 139internal static string @New_line_options_for_braces => GetResourceString("New_line_options_for_braces"); 141internal static string @New_line_options_for_expressions => GetResourceString("New_line_options_for_expressions"); 143internal static string @New_line_options_for_keywords => GetResourceString("New_line_options_for_keywords"); 145internal static string @Use_var_when_generating_locals => GetResourceString("Use_var_when_generating_locals"); 147internal static string @Show_procedure_line_separators => GetResourceString("Show_procedure_line_separators"); 149internal static string @Don_t_put_ref_or_out_on_custom_struct => GetResourceString("Don_t_put_ref_or_out_on_custom_struct"); 151internal static string @Editor_Help => GetResourceString("Editor_Help"); 153internal static string @Highlight_related_keywords_under_cursor => GetResourceString("Highlight_related_keywords_under_cursor"); 155internal static string @Highlight_references_to_symbol_under_cursor => GetResourceString("Highlight_references_to_symbol_under_cursor"); 157internal static string @Enter_outlining_mode_when_files_open => GetResourceString("Enter_outlining_mode_when_files_open"); 159internal static string @Extract_Method => GetResourceString("Extract_Method"); 161internal static string @Generate_XML_documentation_comments_for => GetResourceString("Generate_XML_documentation_comments_for"); 163internal static string @Highlighting => GetResourceString("Highlighting"); 165internal static string @Insert_at_the_start_of_new_lines_when_writing_comments => GetResourceString("Insert_at_the_start_of_new_lines_when_writing_comments"); 167internal static string @Optimize_for_solution_size => GetResourceString("Optimize_for_solution_size"); 169internal static string @Large => GetResourceString("Large"); 171internal static string @Regular => GetResourceString("Regular"); 173internal static string @Small => GetResourceString("Small"); 175internal static string @Using_Directives => GetResourceString("Using_Directives"); 177internal static string @Performance => GetResourceString("Performance"); 179internal static string @Place_System_directives_first_when_sorting_usings => GetResourceString("Place_System_directives_first_when_sorting_usings"); 181internal static string @Show_completion_list_after_a_character_is_typed => GetResourceString("Show_completion_list_after_a_character_is_typed"); 183internal static string @Place_keywords_in_completion_lists => GetResourceString("Place_keywords_in_completion_lists"); 185internal static string @Place_code_snippets_in_completion_lists => GetResourceString("Place_code_snippets_in_completion_lists"); 187internal static string @Completion => GetResourceString("Completion"); 189internal static string @Selection_In_Completion_List => GetResourceString("Selection_In_Completion_List"); 191internal static string @Show_preview_for_rename_tracking => GetResourceString("Show_preview_for_rename_tracking"); 193internal static string @Place_open_brace_on_new_line_for_property_indexer_and_event_accessors => GetResourceString("Place_open_brace_on_new_line_for_property_indexer_and_event_accessors"); 195internal static string @Place_open_brace_on_new_line_for_properties_indexers_and_events => GetResourceString("Place_open_brace_on_new_line_for_properties_indexers_and_events"); 197internal static string @Suggest_usings_for_types_in_dotnet_framework_assemblies => GetResourceString("Suggest_usings_for_types_in_dotnet_framework_assemblies"); 199internal static string @Suggest_usings_for_types_in_NuGet_packages => GetResourceString("Suggest_usings_for_types_in_NuGet_packages"); 201internal static string @Type_Inference_preferences_colon => GetResourceString("Type_Inference_preferences_colon"); 203internal static string @For_built_in_types => GetResourceString("For_built_in_types"); 205internal static string @Elsewhere => GetResourceString("Elsewhere"); 207internal static string @When_variable_type_is_apparent => GetResourceString("When_variable_type_is_apparent"); 209internal static string @Qualify_event_access_with_this => GetResourceString("Qualify_event_access_with_this"); 211internal static string @Qualify_field_access_with_this => GetResourceString("Qualify_field_access_with_this"); 213internal static string @Qualify_method_access_with_this => GetResourceString("Qualify_method_access_with_this"); 215internal static string @Qualify_property_access_with_this => GetResourceString("Qualify_property_access_with_this"); 217internal static string @Prefer_explicit_type => GetResourceString("Prefer_explicit_type"); 219internal static string @Prefer_this => GetResourceString("Prefer_this"); 221internal static string @Prefer_var => GetResourceString("Prefer_var"); 223internal static string @this_preferences_colon => GetResourceString("this_preferences_colon"); 225internal static string @var_preferences_colon => GetResourceString("var_preferences_colon"); 227internal static string @Do_not_prefer_this => GetResourceString("Do_not_prefer_this"); 229internal static string @predefined_type_preferences_colon => GetResourceString("predefined_type_preferences_colon"); 231internal static string @Split_string_literals_on_enter => GetResourceString("Split_string_literals_on_enter"); 233internal static string @Highlight_matching_portions_of_completion_list_items => GetResourceString("Highlight_matching_portions_of_completion_list_items"); 235internal static string @Show_completion_item_filters => GetResourceString("Show_completion_item_filters"); 237internal static string @Enter_key_behavior_colon => GetResourceString("Enter_key_behavior_colon"); 239internal static string @Only_add_new_line_on_enter_after_end_of_fully_typed_word => GetResourceString("Only_add_new_line_on_enter_after_end_of_fully_typed_word"); 241internal static string @Always_add_new_line_on_enter => GetResourceString("Always_add_new_line_on_enter"); 243internal static string @Never_add_new_line_on_enter => GetResourceString("Never_add_new_line_on_enter"); 245internal static string @Always_include_snippets => GetResourceString("Always_include_snippets"); 247internal static string @Include_snippets_when_Tab_is_typed_after_an_identifier => GetResourceString("Include_snippets_when_Tab_is_typed_after_an_identifier"); 249internal static string @Never_include_snippets => GetResourceString("Never_include_snippets"); 251internal static string @Snippets_behavior => GetResourceString("Snippets_behavior"); 253internal static string @Show_completion_list_after_a_character_is_deleted => GetResourceString("Show_completion_list_after_a_character_is_deleted"); 255internal static string @null_checking_colon => GetResourceString("null_checking_colon"); 257internal static string @Prefer_throw_expression => GetResourceString("Prefer_throw_expression"); 259internal static string @Prefer_conditional_delegate_call => GetResourceString("Prefer_conditional_delegate_call"); 261internal static string @Prefer_pattern_matching => GetResourceString("Prefer_pattern_matching"); 263internal static string @Prefer_pattern_matching_over_is_with_cast_check => GetResourceString("Prefer_pattern_matching_over_is_with_cast_check"); 265internal static string @Prefer_pattern_matching_over_as_with_null_check => GetResourceString("Prefer_pattern_matching_over_as_with_null_check"); 267internal static string @Prefer_block_body => GetResourceString("Prefer_block_body"); 269internal static string @Prefer_expression_body => GetResourceString("Prefer_expression_body"); 271internal static string @Automatically_format_on_return => GetResourceString("Automatically_format_on_return"); 273internal static string @Automatically_format_when_typing => GetResourceString("Automatically_format_when_typing"); 275internal static string @Never => GetResourceString("Never"); 277internal static string @When_on_single_line => GetResourceString("When_on_single_line"); 279internal static string @When_possible => GetResourceString("When_possible"); 281internal static string @Indent_case_contents_when_block => GetResourceString("Indent_case_contents_when_block"); 283internal static string @Fade_out_unused_usings => GetResourceString("Fade_out_unused_usings"); 285internal static string @Prefer_is_null_for_reference_equality_checks => GetResourceString("Prefer_is_null_for_reference_equality_checks"); 287internal static string @Report_invalid_placeholders_in_string_dot_format_calls => GetResourceString("Report_invalid_placeholders_in_string_dot_format_calls"); 289internal static string @Separate_using_directive_groups => GetResourceString("Separate_using_directive_groups"); 291internal static string @In_arithmetic_binary_operators => GetResourceString("In_arithmetic_binary_operators"); 293internal static string @In_other_binary_operators => GetResourceString("In_other_binary_operators"); 295internal static string @Show_name_suggestions => GetResourceString("Show_name_suggestions"); 297internal static string @Remove_unnecessary_usings => GetResourceString("Remove_unnecessary_usings"); 299internal static string @Sort_usings => GetResourceString("Sort_usings"); 301internal static string @Format_document_settings => GetResourceString("Format_document_settings"); 303internal static string @Apply_all_csharp_formatting_rules_indentation_wrapping_spacing => GetResourceString("Apply_all_csharp_formatting_rules_indentation_wrapping_spacing"); 305internal static string @In_relational_binary_operators => GetResourceString("In_relational_binary_operators"); 307internal static string @Perform_additional_code_cleanup_during_formatting => GetResourceString("Perform_additional_code_cleanup_during_formatting"); 309internal static string @CSharp_Coding_Conventions => GetResourceString("CSharp_Coding_Conventions"); 311internal static string @CSharp_Formatting_Rules => GetResourceString("CSharp_Formatting_Rules"); 313internal static string @Discard => GetResourceString("Discard"); 315internal static string @Unused_local => GetResourceString("Unused_local"); 317internal static string @When_on_multiple_lines => GetResourceString("When_on_multiple_lines"); 319internal static string @Show_items_from_unimported_namespaces => GetResourceString("Show_items_from_unimported_namespaces"); 321internal static string @Inside_namespace => GetResourceString("Inside_namespace"); 323internal static string @Outside_namespace => GetResourceString("Outside_namespace"); 325internal static string @Preferred_using_directive_placement => GetResourceString("Preferred_using_directive_placement"); 327internal static string @using_preferences_colon => GetResourceString("using_preferences_colon"); 329internal static string @General => GetResourceString("General"); 331internal static string @Prefer_switch_expression => GetResourceString("Prefer_switch_expression"); 333internal static string @Automatically_show_completion_list_in_argument_lists => GetResourceString("Automatically_show_completion_list_in_argument_lists"); 335internal static string @Show_remarks_in_Quick_Info => GetResourceString("Show_remarks_in_Quick_Info"); 337internal static string @Pattern_matching_preferences_colon => GetResourceString("Pattern_matching_preferences_colon"); 339internal static string @Prefer_pattern_matching_over_mixed_type_check => GetResourceString("Prefer_pattern_matching_over_mixed_type_check"); 341internal static string @Edit_color_scheme => GetResourceString("Edit_color_scheme"); 343internal static string @Prefer_implicit_object_creation_when_type_is_apparent => GetResourceString("Prefer_implicit_object_creation_when_type_is_apparent"); 345internal static string @Insert_slash_slash_at_the_start_of_new_lines_when_writing_slash_slash_comments => GetResourceString("Insert_slash_slash_at_the_start_of_new_lines_when_writing_slash_slash_comments"); 347internal static string @Show_hints_for_new_expressions => GetResourceString("Show_hints_for_new_expressions"); 349internal static string @Add_missing_using_directives_on_paste => GetResourceString("Add_missing_using_directives_on_paste"); 351internal static string @Allow_embedded_statements_on_same_line => GetResourceString("Allow_embedded_statements_on_same_line"); 353internal static string @Allow_blank_lines_between_consecutive_braces => GetResourceString("Allow_blank_lines_between_consecutive_braces"); 355internal static string @Allow_blank_line_after_colon_in_constructor_initializer => GetResourceString("Allow_blank_line_after_colon_in_constructor_initializer"); 357internal static string @Automatically_complete_statement_on_semicolon => GetResourceString("Automatically_complete_statement_on_semicolon"); 359internal static string @Prefer_null_check_over_type_check => GetResourceString("Prefer_null_check_over_type_check"); 361internal static string @Block_scoped => GetResourceString("Block_scoped"); 363internal static string @File_scoped => GetResourceString("File_scoped"); 365internal static string @Prefer_extended_property_pattern => GetResourceString("Prefer_extended_property_pattern"); 367internal static string @Collapse_usings_on_file_open => GetResourceString("Collapse_usings_on_file_open"); 369internal static string @Show_new_snippet_experience_experimental => GetResourceString("Show_new_snippet_experience_experimental"); 371internal static string @Allow_blank_line_after_token_in_conditional_expression => GetResourceString("Allow_blank_line_after_token_in_conditional_expression"); 373internal static string @Allow_blank_line_after_token_in_arrow_expression_clause => GetResourceString("Allow_blank_line_after_token_in_arrow_expression_clause");