1 override of TestInMethodAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
QuickInfo\SyntacticQuickInfoSourceTests.cs (1)
578protected override Task TestInMethodAsync(string code, string expectedContent, string expectedDocumentationComment = null)
1 reference to TestInMethodAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
QuickInfo\AbstractQuickInfoSourceTests.cs (1)
30await TestInMethodAsync(code, expectedContent, expectedDocumentationComment);