1 write to ServiceOverrideTypeName
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerStartOptions.cs (1)
38ServiceOverrideTypeName = type.AssemblyQualifiedName;
4 references to ServiceOverrideTypeName
Microsoft.AspNetCore.Components.Testing (4)
Infrastructure\ServerInstance.cs (4)
106if (options.ServiceOverrideTypeName is not null) 108environment["E2E_TEST_SERVICES_TYPE"] = options.ServiceOverrideTypeName; 182if (options.ServiceOverrideTypeName is not null) 184sb.Append('|').Append(options.ServiceOverrideTypeName);