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); 485if (_componentsWithoutNamespace != null) 487ListPool<TagHelperDescriptor>.Default.Return(_componentsWithoutNamespace); 560if (_namespaceToComponentsMap.Count == 0 && _componentsWithoutNamespace is null or { Count: 0 }) 569if (_componentsWithoutNamespace is { Count: > 0 } componentsWithoutNamespace)