2 implementations of GetInstanceIdentifier
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (1)
464public string GetInstanceIdentifier() => GetProjectFilePath();
Projects\PrebuiltAppHostServer.cs (1)
509public string GetInstanceIdentifier() => _appPath;
1 reference to GetInstanceIdentifier
aspire (1)
Projects\GuestAppHostProject.cs (1)
1169var genericAppHostPath = appHostServerProject.GetInstanceIdentifier();