namespace Microsoft.Diagnostic.Tools.Dump.ExtensionCommands
{
- [Command(Name = "dumpconcurrentdictionary", Help = "Display concurrent dictionary content")]
+ [Command(Name = "dumpconcurrentdictionary", Help = "Display concurrent dictionary content.")]
[CommandAlias(Name = "dcd")]
public class DumpConcurrentDictionaryCommand : ExtensionCommandBase
{
namespace Microsoft.Diagnostic.Tools.Dump.ExtensionCommands
{
- [Command(Name = "dumpconcurrentqueue", Help = "Display queued ThreadPool work items.")]
+ [Command(Name = "dumpconcurrentqueue", Help = "Display concurrent queue content.")]
[CommandAlias(Name = "dcq")]
public class DumpConcurrentQueueCommand : ExtensionCommandBase
{