2 references to IsEnvironmentVariableName
aspire (2)
Projects\DotNetAppHostProject.cs (1)
2319
if (filterEnvironmentNames && AppHostEnvironmentDefaults.
IsEnvironmentVariableName
(key))
Projects\GuestAppHostProject.cs (1)
896
if (!includeLaunchProfileEnvironmentVariables && AppHostEnvironmentDefaults.
IsEnvironmentVariableName
(key))