53 references to VBWorkspaceResources
Microsoft.CodeAnalysis.VisualBasic.Workspaces (53)
OrganizeImports\VisualBasicOrganizeImportsService.vb (3)
27Public ReadOnly Property SortImportsDisplayStringWithAccelerator As String = VBWorkspaceResources.Sort_Imports_with_accelerator Implements IOrganizeImportsService.SortImportsDisplayStringWithAccelerator 28Public ReadOnly Property SortImportsDisplayStringWithoutAccelerator As String = VBWorkspaceResources.Sort_Imports Implements IOrganizeImportsService.SortImportsDisplayStringWithoutAccelerator 30Public ReadOnly Property SortAndRemoveUnusedImportsDisplayStringWithAccelerator As String = VBWorkspaceResources.Remove_and_Sort_Imports Implements IOrganizeImportsService.SortAndRemoveUnusedImportsDisplayStringWithAccelerator
Simplification\VisualBasicSimplificationService.vb (1)
64VBWorkspaceResources.Only_attributes_expressions_or_statements_can_be_made_explicit,
src\9dd224e61c4d0462\Microsoft.CodeAnalysis.VisualBasic.VBWorkspaceResources.vb (1)
14s_resourceManager = New Global.System.Resources.ResourceManager(GetType(VBWorkspaceResources))
Utilities\IntrinsicOperators\AbstractAddRemoveHandlerStatementDocumentation.vb (2)
12Return VBWorkspaceResources.event_ 14Return VBWorkspaceResources.handler
Utilities\IntrinsicOperators\AbstractCastExpressionDocumentation.vb (4)
14Return VBWorkspaceResources.The_expression_to_be_evaluated_and_converted 16Return VBWorkspaceResources.The_name_of_the_data_type_to_which_the_value_of_expression_will_be_converted 25Return VBWorkspaceResources.expression 27Return VBWorkspaceResources.typeName
Utilities\IntrinsicOperators\AbstractIntrinsicOperatorDocumentation.vb (1)
64suffixParts.Add(New SymbolDisplayPart(SymbolDisplayPartKind.Text, Nothing, VBWorkspaceResources.result))
Utilities\IntrinsicOperators\AddHandlerStatementDocumentation.vb (3)
11Return VBWorkspaceResources.Associates_an_event_with_an_event_handler_delegate_or_lambda_expression_at_run_time 18Return VBWorkspaceResources.The_event_to_associate_an_event_handler_delegate_or_lambda_expression_with 20Return VBWorkspaceResources.The_event_handler_to_associate_with_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate_lambdaExpression
Utilities\IntrinsicOperators\BinaryConditionalExpressionDocumentation.vb (5)
11Return VBWorkspaceResources.If_expression_evaluates_to_a_reference_or_Nullable_value_that_is_not_Nothing_the_function_returns_that_value_Otherwise_it_calculates_and_returns_expressionIfNothing 18Return VBWorkspaceResources.Returned_if_it_evaluates_to_a_reference_or_nullable_type_that_is_not_Nothing 20Return VBWorkspaceResources.Evaluated_and_returned_if_expression_evaluates_to_Nothing 29Return VBWorkspaceResources.expression 31Return VBWorkspaceResources.expressionIfNothing
Utilities\IntrinsicOperators\CTypeCastExpressionDocumentation.vb (1)
11Return VBWorkspaceResources.Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_type
Utilities\IntrinsicOperators\DirectCastExpressionDocumentation.vb (1)
11Return VBWorkspaceResources.Introduces_a_type_conversion_operation_similar_to_CType_The_difference_is_that_CType_succeeds_as_long_as_there_is_a_valid_conversion_whereas_DirectCast_requires_that_one_type_inherit_from_or_implement_the_other_type
Utilities\IntrinsicOperators\GetTypeExpressionDocumentation.vb (3)
14Return VBWorkspaceResources.The_type_name_to_return_a_System_Type_object_for 23Return VBWorkspaceResources.typeName 37Return VBWorkspaceResources.Returns_a_System_Type_object_for_the_specified_type_name
Utilities\IntrinsicOperators\GetXmlNamespaceExpressionDocumentation.vb (3)
25Return VBWorkspaceResources.The_XML_namespace_prefix_to_return_a_System_Xml_Linq_XNamespace_object_for_If_this_is_omitted_the_object_for_the_default_XML_namespace_is_returned 34Return VBWorkspaceResources.xmlNamespacePrefix 48Return VBWorkspaceResources.Returns_the_System_Xml_Linq_XNamespace_object_corresponding_to_the_specified_XML_namespace_prefix
Utilities\IntrinsicOperators\MidAssignmentDocumentation.vb (8)
13Return VBWorkspaceResources.Replaces_a_specified_number_of_characters_in_a_String_variable_with_characters_from_another_string 20Return VBWorkspaceResources.The_name_of_the_string_variable_to_modify 22Return VBWorkspaceResources.The_one_based_character_position_in_the_string_where_the_replacement_of_text_begins 24Return VBWorkspaceResources.The_number_of_characters_to_replace_If_omitted_the_length_of_stringExpression_is_used 33Return VBWorkspaceResources.stringName 35Return VBWorkspaceResources.startIndex 37Return VBWorkspaceResources.length 69New SymbolDisplayPart(SymbolDisplayPartKind.Text, Nothing, VBWorkspaceResources.stringExpression)
Utilities\IntrinsicOperators\NameOfExpressionDocumentation.vb (3)
11Return VBWorkspaceResources.Produces_a_string_for_the_name_of_the_specified_type_or_member 37Return VBWorkspaceResources.The_type_of_member_to_return_the_name_of 46Return VBWorkspaceResources.typeOrMember
Utilities\IntrinsicOperators\PredefinedCastExpressionDocumentation.vb (3)
19Return String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, _resultingType.ToDisplayString()) 26Return VBWorkspaceResources.The_expression_to_be_evaluated_and_converted 35Return VBWorkspaceResources.expression
Utilities\IntrinsicOperators\RemoveHandlerStatementDocumentation.vb (3)
11Return VBWorkspaceResources.Removes_the_association_between_an_event_and_an_event_handler_or_delegate_at_run_time 18Return VBWorkspaceResources.The_event_to_disassociate_an_event_handler_or_delegate_from 20Return VBWorkspaceResources.The_event_handler_to_disassociate_from_the_event_This_may_take_the_form_of_AddressOf_eventHandler_delegate
Utilities\IntrinsicOperators\TernaryConditionalExpressionDocumentation.vb (7)
11Return VBWorkspaceResources.If_condition_returns_True_the_function_calculates_and_returns_expressionIfTrue_Otherwise_it_returns_expressionIfFalse 30Return VBWorkspaceResources.The_expression_to_evaluate 32Return VBWorkspaceResources.Evaluated_and_returned_if_condition_evaluates_to_True 34Return VBWorkspaceResources.Evaluated_and_returned_if_condition_evaluates_to_False 43Return VBWorkspaceResources.condition 45Return VBWorkspaceResources.expressionIfTrue 47Return VBWorkspaceResources.expressionIfFalse
Utilities\IntrinsicOperators\TryCastExpressionDocumentation.vb (1)
11Return VBWorkspaceResources.Introduces_a_type_conversion_operation_that_does_not_throw_an_exception_If_an_attempted_conversion_fails_TryCast_returns_Nothing_which_your_program_can_test_for