4 instantiations of TestCallbackContext
Aspire.Hosting.CodeGeneration.Rust.Tests (4)
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestExtensions.cs (4)
80
callback(new
TestCallbackContext
());
164
asyncCallback?.Invoke(new
TestCallbackContext
());
175
asyncCallback?.Invoke(new
TestCallbackContext
());
482
callback?.Invoke(new
TestCallbackContext
());
6 references to TestCallbackContext
Aspire.Hosting.CodeGeneration.Rust.Tests (6)
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestExtensions.cs (6)
78
Action<
TestCallbackContext
> callback) where T : IResourceWithEnvironment
162
Func<
TestCallbackContext
, Task> asyncCallback)
173
Func<
TestCallbackContext
, Task<bool>> asyncCallback)
327
TestCallbackContext
[] contexts)
480
Func<
TestCallbackContext
, Task>? callback = null) where T : IResource
646
Func<
TestCallbackContext
, TestEnvironmentContext, Task> callback)