Implemented interface member:
5 references to DisposeAsync
Microsoft.CodeAnalysis.Workspaces.MSBuild (5)
MSBuild\BuildHostProcessManager.cs (5)
132await buildHostProcess.DisposeAsync().ConfigureAwait(false); 176await buildHostProcess.DisposeAsync().ConfigureAwait(false); 181await buildHostProcess.DisposeAsync().ConfigureAwait(false); 228await processToDispose.DisposeAsync().ConfigureAwait(false); 246await process.DisposeAsync().ConfigureAwait(false);