4 instantiations of TestCallbackContext
Aspire.Hosting.CodeGeneration.Python.Tests (4)
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestExtensions.cs (4)
60callback(new TestCallbackContext()); 144asyncCallback?.Invoke(new TestCallbackContext()); 155asyncCallback?.Invoke(new TestCallbackContext()); 462callback?.Invoke(new TestCallbackContext());
5 references to TestCallbackContext
Aspire.Hosting.CodeGeneration.Python.Tests (5)
tests\Aspire.Hosting.CodeGeneration.TypeScript.Tests\TestTypes\TestExtensions.cs (5)
58Action<TestCallbackContext> callback) where T : IResourceWithEnvironment 142Func<TestCallbackContext, Task> asyncCallback) 153Func<TestCallbackContext, Task<bool>> asyncCallback) 307TestCallbackContext[] contexts) 460Func<TestCallbackContext, Task>? callback = null) where T : IResource