2 writes to _displayName
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\ViewComponentDescriptor.cs (2)
34_displayName = TypeInfo?.FullName; 44_displayName = value;
2 references to _displayName
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\ViewComponentDescriptor.cs (2)
32if (_displayName == null) 37return _displayName;