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