2 references to ReduceAsync
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Simplifier\SimplifierTests.cs (1)
63
await Assert.ThrowsAsync<ArgumentNullException>("document", () => Simplifier.
ReduceAsync
(document: null!));
Microsoft.DotNet.GenAPI (1)
CSharpAssemblyDocumentGenerator.cs (1)
104
document = await Simplifier.
ReduceAsync
(document).ConfigureAwait(false);