3 references to SerializationThreadPool
Microsoft.CodeAnalysis (3)
Serialization\ObjectReader.cs (1)
209
var task =
SerializationThreadPool
.RunOnBackgroundThreadAsync(() => ReadValueWorker());
Serialization\ObjectWriter.cs (2)
576
var task =
SerializationThreadPool
.RunOnBackgroundThreadAsync(
868
var task =
SerializationThreadPool
.RunOnBackgroundThreadAsync(