5 references to ProfilePropertyName
Aspire.Hosting.Browsers (5)
BrowserLogsBuilderExtensions.cs (1)
305properties.Add(new ResourcePropertySnapshot(ProfilePropertyName, profile));
BrowserLogsConfigurationManager.cs (2)
437? properties.SetResourceProperty(BrowserLogsBuilderExtensions.ProfilePropertyName, profile) 438: RemoveProperty(properties, BrowserLogsBuilderExtensions.ProfilePropertyName);
BrowserLogsSessionManager.cs (2)
494? properties.SetResourceProperty(BrowserLogsBuilderExtensions.ProfilePropertyName, resourceState.LastProfile) 495: RemoveProperty(properties, BrowserLogsBuilderExtensions.ProfilePropertyName);