4 instantiations of TestCallbackContext
Aspire.Hosting.CodeGeneration.TypeScript.Tests (4)
TestTypes\TestExtensions.cs (4)
146callback(new TestCallbackContext()); 231asyncCallback?.Invoke(new TestCallbackContext()); 242asyncCallback?.Invoke(new TestCallbackContext()); 558callback?.Invoke(new TestCallbackContext());
6 references to TestCallbackContext
Aspire.Hosting.CodeGeneration.TypeScript.Tests (6)
TestTypes\TestExtensions.cs (6)
144Action<TestCallbackContext> callback) where T : IResourceWithEnvironment 229Func<TestCallbackContext, Task> asyncCallback) 240Func<TestCallbackContext, Task<bool>> asyncCallback) 394TestCallbackContext[] contexts) 556Func<TestCallbackContext, Task>? callback = null) where T : IResource 749Func<TestCallbackContext, TestEnvironmentContext, Task> callback)