8 references to ComputeKey
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
135var key = ServerInstance.ComputeKey(appName, options);
Microsoft.AspNetCore.Components.Testing.Tests (7)
ServerInstanceTests.cs (7)
17var key = ServerInstance.ComputeKey("MyApp", options); 31var key = ServerInstance.ComputeKey("MyApp", options); 48var key = ServerInstance.ComputeKey("MyApp", options); 69var key1 = ServerInstance.ComputeKey("App", options1); 70var key2 = ServerInstance.ComputeKey("App", options2); 83var key1 = ServerInstance.ComputeKey("App1", options); 84var key2 = ServerInstance.ComputeKey("App2", options);