1 write to _appDirectoryPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
101
_appDirectoryPath
= Path.GetFullPath(appPath);
7 references to _appDirectoryPath
aspire (7)
Projects\PrebuiltAppHostServer.cs (7)
115
var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(
_appDirectoryPath
));
117
var integrationCacheDirectory = ConfigurationHelper.GetIntegrationCacheDirectory(new DirectoryInfo(
_appDirectoryPath
));
125
public string AppDirectoryPath =>
_appDirectoryPath
;
360
workingDirectory:
_appDirectoryPath
,
1014
var channelName = AspireConfigFile.Load(
_appDirectoryPath
)?.Channel
1015
?? AspireJsonConfiguration.Load(
_appDirectoryPath
)?.Channel;
1588
public string GetInstanceIdentifier() =>
_appDirectoryPath
;