7 references to testRegistryPath
Microsoft.Build.Engine.UnitTests (7)
Definition\ToolsetReader_Tests.cs (7)
60
_testRegistryKey = Registry.CurrentUser.CreateSubKey(
testRegistryPath
);
61
_currentVersionRegistryKey = Registry.CurrentUser.CreateSubKey(
testRegistryPath
+ "\\" + Constants.AssemblyVersion);
62
_toolsVersionsRegistryKey = Registry.CurrentUser.CreateSubKey(
testRegistryPath
+ "\\ToolsVersions");
85
if (Registry.CurrentUser.OpenSubKey(
testRegistryPath
) != null)
87
Registry.CurrentUser.DeleteSubKeyTree(
testRegistryPath
);
2191
new MockRegistryKey(
testRegistryPath
, MockRegistryKey.WhereToThrow.OpenSubKey);
2728
var registryKey = new MockRegistryKey(
testRegistryPath
);