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