Implemented interface member:
property
FullTypeName
Microsoft.AspNetCore.Components.IPersistentServiceRegistration.FullTypeName
2 writes to FullTypeName
Microsoft.AspNetCore.Components (2)
_generated\1\PersistentServicesRegistryJsonContext.PersistentServiceRegistration.g.cs (1)
85Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Infrastructure.PersistentServicesRegistry.PersistentServiceRegistration)obj).FullTypeName = value!,
PersistentState\PersistentServicesRegistry.cs (1)
99FullTypeName = _registrations[i].FullTypeName,
3 references to FullTypeName
Microsoft.AspNetCore.Components (3)
_generated\1\PersistentServicesRegistryJsonContext.PersistentServiceRegistration.g.cs (2)
84Getter = static obj => ((global::Microsoft.AspNetCore.Components.Infrastructure.PersistentServicesRegistry.PersistentServiceRegistration)obj).FullTypeName, 115writer.WriteString(PropName_fullTypeName, ((global::Microsoft.AspNetCore.Components.Infrastructure.PersistentServicesRegistry.PersistentServiceRegistration)value).FullTypeName);
PersistentState\PersistentServicesRegistry.cs (1)
270private string GetDebuggerDisplay() => $"{Assembly}::{FullTypeName}";