145 references to GetResourceString
Microsoft.VisualStudio.LanguageServices.CSharp (145)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Microsoft.VisualStudio.LanguageServices.CSharp.CSharpVSResources.cs (145)
17internal static string @CSharp => GetResourceString("CSharp"); 19internal static string @CSharp_Interactive => GetResourceString("CSharp_Interactive"); 21internal static string @Surround_With => GetResourceString("Surround_With"); 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 @Enter_outlining_mode_when_files_open => GetResourceString("Enter_outlining_mode_when_files_open"); 147internal static string @Generate_XML_documentation_comments_for => GetResourceString("Generate_XML_documentation_comments_for"); 149internal static string @Insert_at_the_start_of_new_lines_when_writing_comments => GetResourceString("Insert_at_the_start_of_new_lines_when_writing_comments"); 151internal static string @Using_Directives => GetResourceString("Using_Directives"); 153internal static string @Place_System_directives_first_when_sorting_usings => GetResourceString("Place_System_directives_first_when_sorting_usings"); 155internal static string @Place_keywords_in_completion_lists => GetResourceString("Place_keywords_in_completion_lists"); 157internal static string @Place_code_snippets_in_completion_lists => GetResourceString("Place_code_snippets_in_completion_lists"); 159internal static string @Completion => GetResourceString("Completion"); 161internal static string @Selection_In_Completion_List => GetResourceString("Selection_In_Completion_List"); 163internal 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"); 165internal 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"); 167internal static string @Suggest_usings_for_types_in_dotnet_framework_assemblies => GetResourceString("Suggest_usings_for_types_in_dotnet_framework_assemblies"); 169internal static string @Suggest_usings_for_types_in_NuGet_packages => GetResourceString("Suggest_usings_for_types_in_NuGet_packages"); 171internal static string @For_built_in_types => GetResourceString("For_built_in_types"); 173internal static string @Elsewhere => GetResourceString("Elsewhere"); 175internal static string @When_variable_type_is_apparent => GetResourceString("When_variable_type_is_apparent"); 177internal static string @Qualify_event_access_with_this => GetResourceString("Qualify_event_access_with_this"); 179internal static string @Qualify_field_access_with_this => GetResourceString("Qualify_field_access_with_this"); 181internal static string @Qualify_method_access_with_this => GetResourceString("Qualify_method_access_with_this"); 183internal static string @Qualify_property_access_with_this => GetResourceString("Qualify_property_access_with_this"); 185internal static string @Prefer_explicit_type => GetResourceString("Prefer_explicit_type"); 187internal static string @Prefer_this => GetResourceString("Prefer_this"); 189internal static string @Prefer_var => GetResourceString("Prefer_var"); 191internal static string @this_preferences_colon => GetResourceString("this_preferences_colon"); 193internal static string @var_preferences_colon => GetResourceString("var_preferences_colon"); 195internal static string @Do_not_prefer_this => GetResourceString("Do_not_prefer_this"); 197internal static string @predefined_type_preferences_colon => GetResourceString("predefined_type_preferences_colon"); 199internal static string @Split_string_literals_on_enter => GetResourceString("Split_string_literals_on_enter"); 201internal static string @Always_include_snippets => GetResourceString("Always_include_snippets"); 203internal static string @Include_snippets_when_Tab_is_typed_after_an_identifier => GetResourceString("Include_snippets_when_Tab_is_typed_after_an_identifier"); 205internal static string @null_checking_colon => GetResourceString("null_checking_colon"); 207internal static string @Prefer_throw_expression => GetResourceString("Prefer_throw_expression"); 209internal static string @Prefer_conditional_delegate_call => GetResourceString("Prefer_conditional_delegate_call"); 211internal static string @Prefer_pattern_matching => GetResourceString("Prefer_pattern_matching"); 213internal static string @Prefer_pattern_matching_over_is_with_cast_check => GetResourceString("Prefer_pattern_matching_over_is_with_cast_check"); 215internal static string @Prefer_pattern_matching_over_as_with_null_check => GetResourceString("Prefer_pattern_matching_over_as_with_null_check"); 217internal static string @Automatically_format_on_return => GetResourceString("Automatically_format_on_return"); 219internal static string @Automatically_format_when_typing => GetResourceString("Automatically_format_when_typing"); 221internal static string @When_on_single_line => GetResourceString("When_on_single_line"); 223internal static string @When_possible => GetResourceString("When_possible"); 225internal static string @Indent_case_contents_when_block => GetResourceString("Indent_case_contents_when_block"); 227internal static string @Fade_out_unused_usings => GetResourceString("Fade_out_unused_usings"); 229internal static string @Report_invalid_placeholders_in_string_dot_format_calls => GetResourceString("Report_invalid_placeholders_in_string_dot_format_calls"); 231internal static string @Separate_using_directive_groups => GetResourceString("Separate_using_directive_groups"); 233internal static string @In_arithmetic_binary_operators => GetResourceString("In_arithmetic_binary_operators"); 235internal static string @In_other_binary_operators => GetResourceString("In_other_binary_operators"); 237internal static string @Show_name_s_uggestions => GetResourceString("Show_name_s_uggestions"); 239internal static string @Show_name_suggestions => GetResourceString("Show_name_suggestions"); 241internal static string @In_relational_binary_operators => GetResourceString("In_relational_binary_operators"); 243internal static string @Discard => GetResourceString("Discard"); 245internal static string @When_on_multiple_lines => GetResourceString("When_on_multiple_lines"); 247internal static string @Inside_namespace => GetResourceString("Inside_namespace"); 249internal static string @Preferred_using_directive_placement => GetResourceString("Preferred_using_directive_placement"); 251internal static string @using_preferences_colon => GetResourceString("using_preferences_colon"); 253internal static string @General => GetResourceString("General"); 255internal static string @Prefer_switch_expression => GetResourceString("Prefer_switch_expression"); 257internal static string @Automatically_show_completion_list_in_argument_lists => GetResourceString("Automatically_show_completion_list_in_argument_lists"); 259internal static string @Pattern_matching_preferences_colon => GetResourceString("Pattern_matching_preferences_colon"); 261internal static string @Prefer_pattern_matching_over_mixed_type_check => GetResourceString("Prefer_pattern_matching_over_mixed_type_check"); 263internal static string @Edit_color_scheme => GetResourceString("Edit_color_scheme"); 265internal static string @Prefer_implicit_object_creation_when_type_is_apparent => GetResourceString("Prefer_implicit_object_creation_when_type_is_apparent"); 267internal 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"); 269internal static string @Show_hints_for_new_expressions => GetResourceString("Show_hints_for_new_expressions"); 271internal static string @Add_missing_using_directives_on_paste => GetResourceString("Add_missing_using_directives_on_paste"); 273internal static string @Allow_embedded_statements_on_same_line => GetResourceString("Allow_embedded_statements_on_same_line"); 275internal static string @Allow_blank_lines_between_consecutive_braces => GetResourceString("Allow_blank_lines_between_consecutive_braces"); 277internal static string @Allow_blank_line_after_colon_in_constructor_initializer => GetResourceString("Allow_blank_line_after_colon_in_constructor_initializer"); 279internal static string @Automatically_complete_statement_on_semicolon => GetResourceString("Automatically_complete_statement_on_semicolon"); 281internal static string @Block_scoped => GetResourceString("Block_scoped"); 283internal static string @File_scoped => GetResourceString("File_scoped"); 285internal static string @Prefer_extended_property_pattern => GetResourceString("Prefer_extended_property_pattern"); 287internal static string @Collapse_usings_on_file_open => GetResourceString("Collapse_usings_on_file_open"); 289internal static string @Show_new_snippet_experience_experimental => GetResourceString("Show_new_snippet_experience_experimental"); 291internal static string @Show_new_snippet_experience => GetResourceString("Show_new_snippet_experience"); 293internal static string @Allow_blank_line_after_token_in_conditional_expression => GetResourceString("Allow_blank_line_after_token_in_conditional_expression"); 295internal static string @Allow_blank_line_after_token_in_arrow_expression_clause => GetResourceString("Allow_blank_line_after_token_in_arrow_expression_clause"); 297internal static string @RunQuery => GetResourceString("RunQuery"); 299internal static string @CancelQuery => GetResourceString("CancelQuery"); 301internal static string @RunQueryCommandToolTip => GetResourceString("RunQueryCommandToolTip"); 303internal static string @CancelQueryCommandToolTip => GetResourceString("CancelQueryCommandToolTip"); 305internal static string @Prefer_implicitly_typed_lambda_expression => GetResourceString("Prefer_implicitly_typed_lambda_expression");