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