7 references to ComponentMarkerKey
Microsoft.AspNetCore.Components.Server.Tests (7)
Circuits\CircuitHostTest.cs (1)
783var key = new ComponentMarkerKey(locationHash, componentKey);
Circuits\CircuitPersistenceManagerTest.cs (4)
73Key: new ComponentMarkerKey("1", typeof(RootComponent).FullName!), 126Key: new ComponentMarkerKey("1", typeof(RootComponent).FullName!), 137Key: new ComponentMarkerKey("2", typeof(SecondRootComponent).FullName!), 534var key = new ComponentMarkerKey((i + 1).ToString(CultureInfo.InvariantCulture), rootComponentType.FullName!);
Circuits\RemoteRendererTest.cs (1)
537await webRootComponentManager.UpdateRootComponentAsync(0, typeof(TestComponent), new("1", null), WebRootComponentParameters.Empty);
Circuits\ServerComponentDeserializerTest.cs (1)
449var key = new ComponentMarkerKey(type.FullName, null);