1 write to _mismatchLoggedIdentifiers
Microsoft.AspNetCore.Components (1)
Sections\SectionRegistry.cs (1)
130if ((_mismatchLoggedIdentifiers ??= new()).Add(identifier))
3 references to _mismatchLoggedIdentifiers
Microsoft.AspNetCore.Components (3)
Sections\SectionRegistry.cs (3)
90_mismatchLoggedIdentifiers?.Remove(identifier); 117_mismatchLoggedIdentifiers?.Remove(identifier); 126_mismatchLoggedIdentifiers?.Remove(identifier);