19 references to Converts_an_expression_to_the_0_data_type
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (18)
QuickInfo\SemanticQuickInfoSourceTests.vb (16)
1115
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Boolean")))
1122
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Byte")))
1129
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Char")))
1136
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Date")))
1143
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Double")))
1150
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Decimal")))
1157
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Integer")))
1164
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Long")))
1171
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Object")))
1178
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "SByte")))
1185
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Short")))
1192
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Single")))
1199
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "String")))
1206
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "UInteger")))
1213
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "ULong")))
1220
Documentation(String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "UShort")))
Recommendations\Expressions\CastOperatorsKeywordRecommenderTests.vb (1)
52
{String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Boolean")}
SignatureHelp\PredefinedCastExpressionSignatureHelpProviderTests.vb (1)
29
String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, "Boolean"),
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Utilities\IntrinsicOperators\PredefinedCastExpressionDocumentation.vb (1)
19
Return String.Format(VBWorkspaceResources.
Converts_an_expression_to_the_0_data_type
, _resultingType.ToDisplayString())