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