17 references to TestSmartTagTextAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
AddUsing\AddUsingNuGetTests.cs (3)
224await TestSmartTagTextAsync( 232await TestSmartTagTextAsync( 240await TestSmartTagTextAsync(
AliasAmbiguousTypeTests.cs (2)
95await TestSmartTagTextAsync(initialMarkup, "using Ambiguous = N1.Ambiguous;"); 307await TestSmartTagTextAsync(initialMarkup, "using Nested = Static<string>.Nested;");
CodeActions\IntroduceVariable\IntroduceVariableTests.cs (1)
3587await TestSmartTagTextAsync(
Diagnostics\GenerateType\GenerateTypeTests.cs (1)
4682await TestSmartTagTextAsync(
FullyQualify\FullyQualifyTests.cs (1)
119await TestSmartTagTextAsync(
GenerateFromMembers\GenerateConstructorFromMembers\GenerateConstructorFromMembersTests.cs (2)
734await TestSmartTagTextAsync( 750await TestSmartTagTextAsync(
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
CodeActions\AbstractCodeActionOrUserDiagnosticTest.cs (1)
318=> TestSmartTagTextAsync(initialMarkup, displayText, new TestParameters(index: index));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (6)
CodeActions\IntroduceVariable\IntroduceVariableTests.vb (2)
2491Await TestSmartTagTextAsync(code, String.Format(FeaturesResources.Introduce_local_constant_for_0, """a b c"""), New TestParameters(index:=2)) 2505Await TestSmartTagTextAsync(code, String.Format(FeaturesResources.Introduce_local_for_0, "$""a b c"""))
Diagnostics\AddImport\AddImportTests.vb (1)
84Await TestSmartTagTextAsync(
Diagnostics\AddImport\AddImportTests_NuGet.vb (3)
173Await TestSmartTagTextAsync( 181Await TestSmartTagTextAsync( 189Await TestSmartTagTextAsync(