1 write to _mismatchLoggedIdentifiers
Microsoft.AspNetCore.Components (1)
Sections\SectionRegistry.cs (1)
130
if ((
_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);