5 references to ProcessAsync
NuGet.PackageManagement (5)
FileModifiers\Preprocessor.cs (2)
54
async () => StreamUtility.StreamFromString(await
ProcessAsync
(streamTaskFactory, projectSystem, cancellationToken)),
94
async () => StreamUtility.StreamFromString(await
ProcessAsync
(streamTaskFactory, projectSystem, cancellationToken)),
FileModifiers\XdtTransformer.cs (1)
107
var content = await Preprocessor.
ProcessAsync
(streamTaskFactory, msBuildNuGetProjectSystem, cancellationToken);
FileModifiers\XmlTransformer.cs (2)
168
content = await Preprocessor.
ProcessAsync
(
181
var content = await Preprocessor.
ProcessAsync
(streamTaskFactory, projectSystem, cancellationToken);