8 references to TestWithMetadataReferenceHelperAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
QuickInfo\SemanticQuickInfoSourceTests.cs (8)
210await TestWithMetadataReferenceHelperAsync(sourceCode, referencedCode, sourceLanguage, referencedLanguage, expectedResults); 5789await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("goo")); 5816await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("goo bar")); 5842await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("C C")); 5870await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("green")); 5918await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("First parameter of C.Goo<T>(string[], T)")); 5966await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("Another parameter of C.Goo<T>(string[], T)")); 6205await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#",