118 references to SendOrPostCallback
dotnet-svcutil-lib (9)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.WebView.Photino (6)
Microsoft.AspNetCore.Shared.Tests (4)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Microsoft.Extensions.AI.Tests (1)
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (4)
Microsoft.Extensions.Http.Polly.Tests (4)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (5)
mscorlib (1)
netstandard (1)
ScenarioTests.Common.Tests (12)
ScenarioTestTypes.cs (8)
178private readonly BlockingCollection<KeyValuePair<SendOrPostCallback, object>> _queue =
179new BlockingCollection<KeyValuePair<SendOrPostCallback, object>>();
186public override void Post(SendOrPostCallback d, object state)
191_queue.Add(new KeyValuePair<SendOrPostCallback, object>(d, state));
196_queue.Add(new KeyValuePair<SendOrPostCallback, object>(RunOnCapturedState, (d, state, ec)));
199var s = ((SendOrPostCallback d, object state, ExecutionContext ec))obj;
205public override void Send(SendOrPostCallback d, object state)
228KeyValuePair<SendOrPostCallback, object> workItem;
System.ComponentModel.EventBasedAsync (5)
System.IO.Pipelines (2)
System.Net.Ping (2)
System.Net.WebClient (12)
System.Private.CoreLib (9)
System.ServiceModel.Primitives (10)
System.Threading (1)
System.Windows.Forms (7)
System.Windows.Forms.Tests (7)
System.Windows.Forms.UI.IntegrationTests (2)
UnitTests.Common (6)