1 write to UserDataRootPath
Aspire.Hosting.Browsers (1)
IBrowserHost.cs (1)
142UserDataRootPath = NormalizePath(userDataRootPath);
11 references to UserDataRootPath
Aspire.Hosting.Browsers (11)
BrowserEndpointDiscovery.cs (5)
54var metadataPath = GetEndpointMetadataFilePath(identity.UserDataRootPath); 101!string.Equals(metadataUserDataRootPath, identity.UserDataRootPath, GetPathComparison())) 143identity.UserDataRootPath, 153var metadataPath = GetEndpointMetadataFilePath(identity.UserDataRootPath); 174UserDataRootPath = identity.UserDataRootPath,
BrowserHostRegistry.cs (2)
185_logger.LogError("Tracked browser host '{BrowserExecutable}' for user data directory '{UserDataDirectory}' had an invalid reference count '{ReferenceCount}' during release.", identity.ExecutablePath, identity.UserDataRootPath, entry.ReferenceCount); 369identity.UserDataRootPath,
IBrowserHost.cs (4)
151s_pathComparer.Equals(UserDataRootPath, other.UserDataRootPath); 161s_pathComparer.GetHashCode(UserDataRootPath ?? string.Empty)); 163public override string ToString() => $"{ExecutablePath} ({UserDataRootPath})";