1 write to _autoGenerateFilter
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DisplayAttribute.cs (1)
266this._autoGenerateFilter = value;
3 references to _autoGenerateFilter
System.ComponentModel.DataAnnotations (3)
DataAnnotations\DisplayAttribute.cs (3)
259if (!this._autoGenerateFilter.HasValue) { 263return this._autoGenerateFilter.Value; 462return this._autoGenerateFilter;