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