2 writes to s_exceptionToThrow
Microsoft.Build.Engine.UnitTests (2)
Definition\ToolsetConfigurationReaderTestHelper.cs (2)
32
s_exceptionToThrow
= exception;
59
s_exceptionToThrow
= null;
2 references to s_exceptionToThrow
Microsoft.Build.Engine.UnitTests (2)
Definition\ToolsetConfigurationReaderTestHelper.cs (2)
69
if (
s_exceptionToThrow
!= null)
71
throw
s_exceptionToThrow
;