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