1 instantiation of CSharpAppResource
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
363
var app = new
CSharpAppResource
(name);
2 references to CSharpAppResource
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
353
public static IResourceBuilder<
CSharpAppResource
> AddCSharpApp(this IDistributedApplicationBuilder builder, [ResourceName] string name, string path, Action<ProjectResourceOptions> configure)
363
var
app = new CSharpAppResource(name);