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