3 writes to _realModelType
System.Web (3)
ModelBinding\ModelMetadata.cs (3)
137
_realModelType
= null;
184
_realModelType
= ModelType;
189
_realModelType
= Model.GetType();
2 references to _realModelType
System.Web (2)
ModelBinding\ModelMetadata.cs (2)
183
if (
_realModelType
== null) {
193
return
_realModelType
;