3 references to VerifyCSharpAsync
Text.Analyzers.UnitTests (3)
IdentifiersShouldBeSpelledCorrectlyTests.cs (3)
95
await
VerifyCSharpAsync
(source, new[] { xmlDictionary, dicDictionary });
794
=>
VerifyCSharpAsync
(source, Array.Empty<(string Path, string Text)>(), expected);
797
=>
VerifyCSharpAsync
(source, new[] { additionalText }, expected);