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