2 instantiations of ContainerFileSystemCallbackAnnotation
Aspire.Hosting (2)
ContainerResourceBuilderExtensions.cs (2)
752var annotation = new ContainerFileSystemCallbackAnnotation 825var annotation = new ContainerFileSystemCallbackAnnotation
11 references to ContainerFileSystemCallbackAnnotation
Aspire.Hosting (5)
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (1)
113/// Represents the context for a <see cref="ContainerFileSystemCallbackAnnotation"/> callback.
ContainerResourceBuilderExtensions.cs (2)
752var annotation = new ContainerFileSystemCallbackAnnotation 825var annotation = new ContainerFileSystemCallbackAnnotation
Dcp\DcpExecutor.cs (2)
1670if (modelResource.TryGetAnnotationsOfType<ContainerFileSystemCallbackAnnotation>(out var createFileAnnotations)) 1672foreach (var a in createFileAnnotations)
Aspire.Hosting.PostgreSQL.Tests (6)
AddPostgresTests.cs (6)
384var createFile = container.Annotations.OfType<ContainerFileSystemCallbackAnnotation>().Single(); 475var createServers = pgadmin.Annotations.OfType<ContainerFileSystemCallbackAnnotation>().Single(); 546var createBookmarks = pgweb.Annotations.OfType<ContainerFileSystemCallbackAnnotation>().Single();