1 instantiation of SpecializedSyncContext
Metrics.Legacy (1)
src\Compilers\Core\Portable\InternalUtilities\SpecializedSyncContext.cs (1)
59
return new
SpecializedSyncContext
(syncContext, checkForChangesOnRevert);
3 references to SpecializedSyncContext
Metrics.Legacy (3)
src\Compilers\Core\Portable\InternalUtilities\SemaphoreSlimExtensions.cs (1)
19
using (
SpecializedSyncContext
.Apply(NoMessagePumpSyncContext.Default))
src\Compilers\Core\Portable\InternalUtilities\SpecializedSyncContext.cs (2)
41
/// Initializes a new instance of the <see cref="
SpecializedSyncContext
"/> struct.
57
public static
SpecializedSyncContext
Apply(SynchronizationContext? syncContext, bool checkForChangesOnRevert = true)