Implemented interface member:
method
TryDeserializeWebRootComponentDescriptor
Microsoft.AspNetCore.Components.Server.IServerComponentDeserializer.TryDeserializeWebRootComponentDescriptor(Microsoft.AspNetCore.Components.ComponentMarker, out Microsoft.AspNetCore.Components.WebRootComponentDescriptor)
1 reference to TryDeserializeWebRootComponentDescriptor
Microsoft.AspNetCore.Components.Server (1)
Circuits\ServerComponentDeserializer.cs (1)
342if (!TryDeserializeWebRootComponentDescriptor(operation.Marker.Value, out var descriptor))