80 references to CancellationToken
dotnet-svcutil-lib (1)
InMemory.FunctionalTests (1)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Http.Connections.Tests (1)
Microsoft.AspNetCore.Http.Extensions.Tests (6)
Microsoft.AspNetCore.RateLimiting.Tests (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
Microsoft.AspNetCore.SignalR.Client.Tests (6)
Microsoft.AspNetCore.StaticFiles.Tests (1)
Microsoft.AspNetCore.WebUtilities.Tests (2)
Microsoft.CodeAnalysis (6)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Microsoft.CodeAnalysis.Workspaces.UnitTests (20)
FindAllDeclarationsTests.cs (7)
119var declarations = await SymbolFinder.FindDeclarationsAsync(project, "Test", true, SymbolFilter.All, new CancellationToken(true));
279var declarations = await SymbolFinder.FindSourceDeclarationsAsync(project, "Test", true, SymbolFilter.All, new CancellationToken(true));
378var declarations = await SymbolFinder.FindSourceDeclarationsAsync(solution, "Test", true, SymbolFilter.All, new CancellationToken(true));
439var declarations = await SymbolFinder.FindSourceDeclarationsAsync(project, str => str.Contains("Test"), SymbolFilter.All, new CancellationToken(true));
500await SymbolFinder.FindSourceDeclarationsAsync(solution, str => str.Contains("Test"), SymbolFilter.All, new CancellationToken(true));
558var declarations = await SymbolFinder.FindSourceDeclarationsWithPatternAsync(project, "test", SymbolFilter.All, new CancellationToken(true));
616await SymbolFinder.FindSourceDeclarationsWithPatternAsync(solution, "test", SymbolFilter.All, new CancellationToken(true));
Microsoft.Extensions.AI.Abstractions.Tests (2)
Microsoft.Extensions.Http.Diagnostics.Tests (3)
Microsoft.Extensions.Http.Resilience.Tests (1)
Microsoft.Gen.Logging.Unit.Tests (1)
Microsoft.Gen.Metrics.Unit.Tests (1)
Microsoft.Gen.MetricsReports.Unit.Tests (1)
Microsoft.VisualStudio.LanguageServices.Implementation (1)
System.Data.Common (1)
System.Linq.Parallel (1)
System.Net.WebSockets (1)
System.Private.CoreLib (6)
System.ServiceModel.Federation (1)
System.ServiceModel.Primitives (1)
System.Threading.Channels (1)