8 references to TestWithMetadataReferenceHelperAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
QuickInfo\SemanticQuickInfoSourceTests.cs (8)
165await TestWithMetadataReferenceHelperAsync(sourceCode, referencedCode, sourceLanguage, referencedLanguage, expectedResults); 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")); 5175await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("First parameter of C.Goo<T>(string[], T)")); 5217await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#", Documentation("Another parameter of C.Goo<T>(string[], T)")); 5426await TestWithMetadataReferenceHelperAsync(code, referenced, "C#", "C#",