6 references to Instance
Microsoft.VisualStudio.Extensibility.Testing.Xunit (6)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (4)
200
using (await WpfTestSharedData.
Instance
.TestSerializationGate.DisposableWaitAsync(CancellationToken.None).ConfigureAwait(true))
304
var previousException = WpfTestSharedData.
Instance
.Exception;
308
WpfTestSharedData.
Instance
.Exception = e;
313
WpfTestSharedData.
Instance
.Exception = previousException;
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeTestCaseBase.cs (2)
27
SharedData = WpfTestSharedData.
Instance
;
101
SharedData = WpfTestSharedData.
Instance
;