1 instantiation of ItemCompletedDisposer
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Progress\CodeAnalysisProgressExtensions.cs (1)
27
return new
ItemCompletedDisposer
(progress);
1 reference to ItemCompletedDisposer
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Progress\CodeAnalysisProgressExtensions.cs (1)
22
public static
ItemCompletedDisposer
ItemCompletedScope(this IProgress<CodeAnalysisProgress> progress, string? description = null)