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