1 write to _entryPoint
Aspire.Hosting.Testing (1)
DistributedApplicationEntryPointInvoker.cs (1)
64_entryPoint = entryPoint;
4 references to _entryPoint
Aspire.Hosting.Testing (4)
DistributedApplicationEntryPointInvoker.cs (4)
88var parameters = _entryPoint.GetParameters(); 92result = _entryPoint.Invoke(null, []); 96result = _entryPoint.Invoke(null, [_args]); 126Name = $"{_entryPoint.DeclaringType?.Assembly.GetName().Name ?? "Unknown"}.EntryPoint"