4 instantiations of TestCallbackContext
Aspire.Hosting.CodeGeneration.TypeScript.Tests (4)
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.TypeScript.Tests (5)
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