5 references to BicepTemplateFile
Aspire.Hosting.Azure (5)
AzureBicepResource.cs (4)
59/// <param name="deleteTemporaryFileOnDispose">A boolean that determines if the file should be deleted on disposal of the <see cref="BicepTemplateFile"/>.</param> 60/// <returns>A <see cref="BicepTemplateFile"/> that represents the bicep file.</returns> 62public virtual BicepTemplateFile GetBicepTemplateFile(string? directory = null, bool deleteTemporaryFileOnDispose = true) 229/// Releases the resources used by the current instance of <see cref="BicepTemplateFile" />.
AzureProvisioningResource.cs (1)
29public override BicepTemplateFile GetBicepTemplateFile(string? directory = null, bool deleteTemporaryFileOnDispose = true)