3 references to strTlbRootName
mscorlib (3)
system\runtime\interopservices\registrationservices.cs (3)
878using (RegistryKey TypeLibRootKey = Registry.ClassesRoot.CreateSubKey(strTlbRootName)) 904using (RegistryKey TypeLibRootKey = Registry.ClassesRoot.OpenSubKey(strTlbRootName, true)) 936Registry.ClassesRoot.DeleteSubKey(strTlbRootName);