8 references to TestWithMetadataReferenceHelperAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
QuickInfo\SemanticQuickInfoSourceTests.cs (8)
210await TestWithMetadataReferenceHelperAsync(sourceCode, referencedCode, sourceLanguage, referencedLanguage, expectedResults); 5928await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("goo")); 5955await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("goo bar")); 5981await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("C C")); 6009await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("green")); 6057await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("First parameter of C.Goo<T>(string[], T)")); 6105await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("Another parameter of C.Goo<T>(string[], T)")); 6344await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#",