2 writes to _componentsWithoutNamespace
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
459
_componentsWithoutNamespace
??= ListPool<TagHelperDescriptor>.Default.Get();
488
_componentsWithoutNamespace
= null;
5 references to _componentsWithoutNamespace
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (5)
460
_componentsWithoutNamespace
.Add(component);
485
if (
_componentsWithoutNamespace
!= null)
487
ListPool<TagHelperDescriptor>.Default.Return(
_componentsWithoutNamespace
);
560
if (_namespaceToComponentsMap.Count == 0 &&
_componentsWithoutNamespace
is null or { Count: 0 })
569
if (
_componentsWithoutNamespace
is { Count: > 0 } componentsWithoutNamespace)