2 writes to _componentsWithoutNamespace
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
453_componentsWithoutNamespace ??= TagHelperCollection.TagHelperDescriptorListPool.Default.Get(); 482_componentsWithoutNamespace = null;
5 references to _componentsWithoutNamespace
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (5)
454_componentsWithoutNamespace.Add(component); 479if (_componentsWithoutNamespace != null) 481TagHelperCollection.TagHelperDescriptorListPool.Default.Return(_componentsWithoutNamespace); 554if (_namespaceToComponentsMap.Count == 0 && _componentsWithoutNamespace is null or { Count: 0 }) 563if (_componentsWithoutNamespace is { Count: > 0 } componentsWithoutNamespace)