1 implementation of TryDeserializeWebRootComponentDescriptor
Microsoft.AspNetCore.Components.Server (1)
Circuits\ServerComponentDeserializer.cs (1)
145
public bool
TryDeserializeWebRootComponentDescriptor
(ComponentMarker record, [NotNullWhen(true)] out WebRootComponentDescriptor? result)
1 reference to TryDeserializeWebRootComponentDescriptor
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitPersistenceManager.cs (1)
168
if (serverComponentDeserializer.
TryDeserializeWebRootComponentDescriptor
(marker.Value, out var descriptor))