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