4 references to CancellationToken
Aspire.Hosting (4)
ApplicationModel\ResourceUrlsCallbackContext.cs (3)
15
/// <param name="cancellationToken">A <see cref="
CancellationToken
"/>.</param>
58
/// Gets the <see cref="
CancellationToken
"/> associated with the callback context.
71
internal ResourceUrlsEditor UrlsEditor => new(ExecutionContext, Urls,
CancellationToken
);
ResourceBuilderExtensions.cs (1)
2134
var urlValue = await url.GetValueAsync(c.
CancellationToken
).ConfigureAwait(false);