1 instantiation of ProjectInfo
Aspire.Hosting.Blazor (1)
BlazorGatewayExtensions.cs (1)
399return new ProjectInfo(solutionRoot, relativeProjectPath);
2 references to ProjectInfo
Aspire.Hosting.Blazor (2)
BlazorGatewayExtensions.cs (2)
393private static ProjectInfo GetProjectInfo(string projectPath, string appHostDirectory) 536var project = GetProjectInfo(wasmApp.Resource.ProjectPath, gateway.ApplicationBuilder.AppHostDirectory);