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