2 writes to s_exceptionToThrow
Microsoft.Build.Engine.UnitTests (2)
Definition\ToolsetConfigurationReaderTestHelper.cs (2)
31
s_exceptionToThrow
= exception;
58
s_exceptionToThrow
= null;
2 references to s_exceptionToThrow
Microsoft.Build.Engine.UnitTests (2)
Definition\ToolsetConfigurationReaderTestHelper.cs (2)
68
if (
s_exceptionToThrow
!= null)
70
throw
s_exceptionToThrow
;