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