1 reference to TestSerializationGateName
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\WpfTestSharedData.cs (1)
27
private readonly Semaphore _testSerializationGate = new Semaphore(1, 1,
TestSerializationGateName
.ToString("N"));