3 writes to DescriptionValue
Microsoft.CodeAnalysis.Workspaces (3)
Progress\CodeAnalysisProgress.cs (3)
36=> new() { DescriptionValue = description ?? throw new ArgumentNullException(nameof(description)) }; 53DescriptionValue = description, 71DescriptionValue = description,
2 references to DescriptionValue
Microsoft.CodeAnalysis.EditorFeatures (2)
CodeActions\IUIThreadOperationContextExtensions.cs (2)
27if (value.DescriptionValue != null) 28scope.Description = value.DescriptionValue;