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)
179
if (
_properties
== null)
203
_properties
[i] = CreateExplorerForProperty(propertyMetadata, propertyHelper);
207
return
_properties
;