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