1 write to ServiceOverrideMethodName
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerStartOptions.cs (1)
39ServiceOverrideMethodName = methodName;
2 references to ServiceOverrideMethodName
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\ServerInstance.cs (2)
109environment["E2E_TEST_SERVICES_METHOD"] = options.ServiceOverrideMethodName!; 185sb.Append(':').Append(options.ServiceOverrideMethodName);