1 instantiation of SpecializedSyncContext
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedSyncContext.cs (1)
59
return new
SpecializedSyncContext
(syncContext, checkForChangesOnRevert);
3 references to SpecializedSyncContext
Microsoft.CodeAnalysis (3)
InternalUtilities\SemaphoreSlimExtensions.cs (1)
19
using (
SpecializedSyncContext
.Apply(NoMessagePumpSyncContext.Default))
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)