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