1 write to _viewComponents
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorCollectionProvider.cs (1)
32
_viewComponents
= GetViewComponents();
2 references to _viewComponents
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\DefaultViewComponentDescriptorCollectionProvider.cs (2)
30
if (
_viewComponents
== null)
35
return
_viewComponents
;