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