1 write to EnvironmentVariables
Microsoft.AspNetCore.Components.Testing (1)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (1)
145Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).EnvironmentVariables = value!,
3 references to EnvironmentVariables
Microsoft.AspNetCore.Components.Testing (3)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (2)
144Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).EnvironmentVariables, 179DictionaryStringStringSerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)value).EnvironmentVariables);
Infrastructure\ServerInstance.cs (1)
113foreach (var (key, value) in appEntry.EnvironmentVariables)