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