1 write to _properties
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ModelExplorer.cs (1)
185_properties = new ModelExplorer[properties.Count];
3 references to _properties
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ModelExplorer.cs (3)
179if (_properties == null) 203_properties[i] = CreateExplorerForProperty(propertyMetadata, propertyHelper); 207return _properties;