141 references to Documentation
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (86)
QuickInfo\SemanticQuickInfoSourceTests.cs (86)
332Documentation("summary for interface IGoo"));
346Documentation("summary for interface IGoo"));
363Documentation("summary for interface IGoo"));
376Documentation("summary for Class C"));
389Documentation("Hello!"));
408Documentation("Hello!"));
421Documentation("Hello!"));
434Documentation("Hello!"));
449Documentation("Hello!"));
454Documentation("Hello!"));
473Documentation("Hello!"));
487Documentation("Hello!"));
502Documentation("Hello!"));
519Documentation("Hello!"));
536Documentation("Hello!"));
551Documentation("Hello!"));
556Documentation("Hello!"));
569Documentation("Hello!"));
693Documentation("Generic List"),
775Documentation("T is Type Parameter"));
948Documentation("Hello World"));
1352Documentation("My Field"));
1378Documentation("My Field"));
1399Documentation("My Method Implementation"));
1419Documentation("My Method Definition"));
1439Documentation("My Method Implementation"));
1455Documentation("My Method Definition"));
1471Documentation("My Method Implementation"));
1489Documentation("My Method Definition"));
1940Documentation(FeaturesResources.Represents_an_object_whose_operations_will_be_resolved_at_runtime));
4263Documentation("class comment"));
4285Documentation("ctor comment"));
4990}", Documentation("goo"));
5003}", Documentation("goo bar"));
5016}", Documentation("C C"));
5030}", Documentation("green"));
5042}", Documentation("goo"));
5064await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("goo"));
5087await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("goo bar"));
5109await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("C C"));
5133await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("green"));
5149}", Documentation("First parameter of C.Goo<T>(string[], T)"));
5175await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("First parameter of C.Goo<T>(string[], T)"));
5191}", Documentation("Another parameter of C.Goo<T>(string[], T)"));
5217await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("Another parameter of C.Goo<T>(string[], T)"));
5233}", Documentation("A type parameter of C.Goo<T>(string[], T)"));
5249}", Documentation("A type parameter of goo<T>(string[], T)"));
5264}", Documentation("This sample shows how to specify the TestClass constructor as a cref attribute."));
5286}", Documentation("This sample shows how to specify the TestClass(int) constructor as a cref attribute."));
5303}", Documentation("The GetGenericValue method.\r\n\r\nThis sample shows how to specify the TestClass.GetGenericValue<T>(T) method as a cref attribute."));
5320}", Documentation("The GetGenericValue method.\r\n\r\nThis sample shows how to specify the TestClass.GetGenericValue<T>(T) method as a cref attribute."));
5349}", Documentation("This sample shows how to specify the TestClass.GetGenericValue() method as a cref attribute."));
5378}", Documentation("This sample shows how to call the TestClass.GetGenericValue<T>(T) method"));
5391Documentation("This example shows how to specify the GenericClass<T> cref.",
5427Documentation("See C.Goo() method",
6236Documentation(@"string http://microsoft.com null cat"));
6725Documentation("Summary for property Goo"));
6738Documentation("Summary for property Goo"));
6757Documentation("Summary for event Goo"));
6774Documentation("Summary for event Goo"));
6793Documentation("Summary for event Goo"));
6810Documentation("Summary for event Goo"));
7188Documentation("Summary documentation"));
7208Documentation("Summary documentation"));
7228Documentation("Summary documentation"));
7258Documentation("Clones a Test<T>."));
7274Documentation(""));
7287Documentation(""));
7300Documentation(""));
7384Documentation("Summary text"),
7403Documentation("Summary text"),
7425Documentation("Summary text"),
7444Documentation("Summary text"),
7466Documentation("Summary text"),
7485Documentation("Summary text"),
7738Documentation("The person's first name."));
7856Documentation(@"summary for interface IGoo
7877Documentation(@"Normalize this, and Also this
7899Documentation(@"Normalize this, and Also this
7915Documentation(""));
7937Documentation("Summary text"));
7964Documentation("Summary text"));
7986Documentation("Summary text"));
8009Documentation("Summary text"));
8031Documentation("Summary text"));
8054Documentation("Summary text"));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (55)
QuickInfo\SemanticQuickInfoSourceTests.vb (55)
821Documentation("class comment"))
843Documentation("ctor comment"))
1039Documentation(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))
1046Documentation(VBWorkspaceResources.If_condition_returns_True_the_function_calculates_and_returns_expressionIfTrue_Otherwise_it_returns_expressionIfFalse))
1054Documentation(VBWorkspaceResources.Associates_an_event_with_an_event_handler_delegate_or_lambda_expression_at_run_time),
1063Documentation(VBWorkspaceResources.Removes_the_association_between_an_event_and_an_event_handler_or_delegate_at_run_time),
1071Documentation(VBWorkspaceResources.Returns_a_System_Type_object_for_the_specified_type_name))
1087Documentation(VBWorkspaceResources.Returns_the_System_Xml_Linq_XNamespace_object_corresponding_to_the_specified_XML_namespace_prefix))
1094Documentation(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))
1101Documentation(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))
1108Documentation(VBWorkspaceResources.Returns_the_result_of_explicitly_converting_an_expression_to_a_specified_data_type))
1115Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Boolean")))
1122Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Byte")))
1129Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Char")))
1136Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Date")))
1143Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Double")))
1150Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Decimal")))
1157Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Integer")))
1164Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Long")))
1171Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Object")))
1178Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "SByte")))
1185Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Short")))
1192Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "Single")))
1199Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "String")))
1206Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "UInteger")))
1213Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "ULong")))
1220Documentation(String.Format(VBWorkspaceResources.Converts_an_expression_to_the_0_data_type, "UShort")))
1227Documentation(VBWorkspaceResources.Replaces_a_specified_number_of_characters_in_a_String_variable_with_characters_from_another_string))
1234Documentation(VBWorkspaceResources.Replaces_a_specified_number_of_characters_in_a_String_variable_with_characters_from_another_string))
1512End Class]]></text>.NormalizedValue(), Documentation("goo"))
1523End Class]]></text>.NormalizedValue(), Documentation("goo bar"))
1534End Class]]></text>.NormalizedValue(), Documentation("C C"))
1546End Class]]></text>.NormalizedValue(), Documentation("green"))
1556End Class]]></text>.NormalizedValue(), Documentation("goo"))
1569End Class]]></text>.NormalizedValue(), Documentation("First parameter of C.Goo(Of T)(String(), T)"))
1582End Class]]></text>.NormalizedValue(), Documentation("Another parameter of C.Goo(Of T)(String(), T)"))
1595End Class]]></text>.NormalizedValue(), Documentation("A type parameter of C.Goo(Of T)(String(), T)"))
1606End Class]]></text>.NormalizedValue(), Documentation("A type parameter of goo(Of T) (string, T)"))
1618End Class]]></text>.NormalizedValue(), Documentation("This sample shows how to specify the TestClass constructor as a cref attribute."))
1632End Class]]></text>.NormalizedValue(), Documentation("This sample shows how to specify the New(Integer) constructor as a cref attribute."))
1645End Class]]></text>.NormalizedValue(), Documentation("This sample shows how to specify the TestClass.GetGenericValue(Of T)(T) method as a cref attribute."))
1658End Class]]></text>.NormalizedValue(), Documentation("This sample shows how to specify the GetGenericValue(OfT)(T) method as a cref attribute."))
1682End Class]]></text>.NormalizedValue(), Documentation("This sample shows how to specify the TestClass.GetGenericValue() method as a cref attribute."))
1706End Class]]></text>.NormalizedValue(), Documentation("This sample shows how to specify the GetGenericValue(OfT)(T) method as a cref attribute."))
1717Documentation("This sample shows how to specify the GenericClass(Of T) cref.",
2050Await TestFromXmlAsync(markup, MainDescription("Interface IGoo"), Documentation("summary for interface IGoo"))
2163Documentation("String http://microsoft.com Nothing cat"))
2377Documentation("Summary for property Goo"))
2393Documentation("Summary for property Goo"))
2470Documentation("Summary text"),
2491Documentation("Summary text"),
2510Documentation("Summary text"),
2531Documentation("Summary text"),
2550Documentation("Summary text"),
2571Documentation("Summary text"),