1 instantiation of NoMessagePumpSyncContext
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
24private static readonly SynchronizationContext DefaultInstance = new NoMessagePumpSyncContext();
2 references to NoMessagePumpSyncContext
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Compilers\Core\Portable\InternalUtilities\NoMessagePumpSyncContext.cs (1)
27/// Initializes a new instance of the <see cref="NoMessagePumpSyncContext"/> class.
src\Compilers\Core\Portable\InternalUtilities\SemaphoreSlimExtensions.cs (1)
19using (SpecializedSyncContext.Apply(NoMessagePumpSyncContext.Default))