1 write to ServiceOverrideTypeName
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerStartOptions.cs (1)
38ServiceOverrideTypeName = type.AssemblyQualifiedName;
5 references to ServiceOverrideTypeName
Microsoft.AspNetCore.Components.Testing (5)
Infrastructure\ServerInstance.cs (5)
179if (options.ServiceOverrideTypeName is not null) 181sb.Append('|').Append(options.ServiceOverrideTypeName); 208if (isCompiledHarness && options.ServiceOverrideTypeName is not null) 240if (options.ServiceOverrideTypeName is not null) 242environment["E2E_TEST_SERVICES_TYPE"] = options.ServiceOverrideTypeName;