3 references to TestSmartTagTextAsync
Microsoft.CodeAnalysis.CodeStyle.LegacyTestFramework.UnitTestUtilities (1)
AbstractCodeActionOrUserDiagnosticTest.cs (1)
318
=>
TestSmartTagTextAsync
(initialMarkup, displayText, new TestParameters(index: index));
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (2)
AliasAmbiguousTypeTests.cs (2)
95
await
TestSmartTagTextAsync
(initialMarkup, "using Ambiguous = N1.Ambiguous;");
307
await
TestSmartTagTextAsync
(initialMarkup, "using Nested = Static<string>.Nested;");