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