1 write to WorkingDirectory
Microsoft.AspNetCore.Components.Testing (1)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (1)
105Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).WorkingDirectory = value!,
4 references to WorkingDirectory
Microsoft.AspNetCore.Components.Testing (4)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (2)
104Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).WorkingDirectory, 176writer.WriteString(PropName_workingDirectory, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)value).WorkingDirectory);
Infrastructure\ServerInstance.cs (2)
202if (appEntry.WorkingDirectory is not null) 204workingDir = Path.Combine(AppContext.BaseDirectory, appEntry.WorkingDirectory);