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