2 references to AssertFormatAsync
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
Formatting\CSharpFormattingTestBase.cs (1)
48
return
AssertFormatAsync
(expected, code, spans, LanguageNames.CSharp, changedOptionSet, testWithTransformation, parseOptions);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Formatting\FormattingTestBase.cs (1)
30
return
AssertFormatAsync
(expected, code, [new TextSpan(0, code.Length)], language, changedOptionSet, testWithTransformation);