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