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