9 references to WhereToThrow
Microsoft.Build.Engine.UnitTests (9)
Definition\ToolsetReader_Tests.cs (9)
2191new MockRegistryKey(testRegistryPath, MockRegistryKey.WhereToThrow.OpenSubKey); 2757private WhereToThrow _whereToThrow = WhereToThrow.None; 2782public MockRegistryKey(string path, WhereToThrow whereToThrow) 2807if (_whereToThrow == WhereToThrow.Name) 2820if (_whereToThrow == WhereToThrow.GetValue) 2832if (_whereToThrow == WhereToThrow.GetValueNames) 2845if (_whereToThrow == WhereToThrow.GetSubKeyNames) 2857if (_whereToThrow == WhereToThrow.OpenSubKey)