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