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