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