2 references to GetNonEmptyEnvironmentVariableValue
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
ComponentsWebAssemblyApplicationBuilderExtensions.cs (2)
22
private static readonly string? s_dotnetModifiableAssemblies =
GetNonEmptyEnvironmentVariableValue
("DOTNET_MODIFIABLE_ASSEMBLIES");
23
private static readonly string? s_aspnetcoreBrowserTools =
GetNonEmptyEnvironmentVariableValue
("__ASPNETCORE_BROWSER_TOOLS");