9 references to DeleteSubKeyTree
Microsoft.DotNet.Cli.Utils (2)
DependencyProvider.cs (2)
150dependentsKey?.DeleteSubKeyTree(dependent); 155providerKey?.DeleteSubKeyTree(ProviderKeyName);
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Interaction.vb (1)
332UserKey.DeleteSubKeyTree(AppSection)
PresentationFramework (1)
System\Windows\Documents\Serialization\SerializerProvider.cs (1)
108plugIns.DeleteSubKeyTree(serializerKey);
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLog.cs (2)
419eventlogkey.DeleteSubKeyTree(logName); 471key.DeleteSubKeyTree(source);
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounterLib.cs (3)
615categoryKey.DeleteSubKeyTree("Linkage"); 616categoryKey.DeleteSubKeyTree("Performance"); 621serviceKey.DeleteSubKeyTree(categoryName);