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