1 write to IsDefaultContent
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
98
IsDefaultContent
= (bool)param.Value;
4 references to IsDefaultContent
Microsoft.AspNetCore.Components (4)
Sections\SectionContent.cs (4)
68
if (!object.Equals(identifier, _registeredIdentifier) ||
IsDefaultContent
!= _registeredIsDefaultContent)
75
_registry.AddProvider(identifier, this,
IsDefaultContent
);
77
_registeredIsDefaultContent =
IsDefaultContent
;
97
case nameof(SectionContent.
IsDefaultContent
):