1 write to _exception
VBCSCompiler.UnitTests (1)
CompilationCacheTests.cs (1)
792
_exception
= ex;
2 references to _exception
VBCSCompiler.UnitTests (2)
CompilationCacheTests.cs (2)
803
if (
_exception
is not null)
807
throw new InvalidOperationException("Failed to acquire named mutex for test.",
_exception
);