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