7 references to Copy
Aspire.Hosting.Tests (7)
Dcp\TestKubernetesService.cs (7)
70
var res =
Copy
(obj);
114
c.Writer.TryWrite((WatchEventType.Added,
Copy
(res)));
117
c.Writer.TryWrite((WatchEventType.Modified,
Copy
(modifiedResource)));
140
c.Writer.TryWrite((WatchEventType.Modified,
Copy
(resource)));
155
c.Writer.TryWrite((eventType,
Copy
(resource)));
186
c.Writer.TryWrite((WatchEventType.Added,
Copy
(res)));
292
chan.Writer.TryWrite((WatchEventType.Added,
Copy
(res)));