2 instantiations of RadiusInfrastructureBuilder
Aspire.Hosting.Radius (2)
Publishing\RadiusBicepPublishingContext.cs (2)
69
var builder = new
RadiusInfrastructureBuilder
(_environment, model, typeMapper, logger);
131
var builder = new
RadiusInfrastructureBuilder
(_environment, model, typeMapper, logger);
3 references to RadiusInfrastructureBuilder
Aspire.Hosting.Radius (3)
Publishing\RadiusBicepPublishingContext.cs (3)
22
/// AST via <see cref="
RadiusInfrastructureBuilder
"/>, compiles to Bicep via
69
var
builder = new RadiusInfrastructureBuilder(_environment, model, typeMapper, logger);
131
var
builder = new RadiusInfrastructureBuilder(_environment, model, typeMapper, logger);