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