4 writes to _cachedResult
System.ComponentModel.DataAnnotations (4)
DataAnnotations\LocalizableString.cs (4)
83this._cachedResult = null; 111this._cachedResult = () => this._propertyValue; 140this._cachedResult = () => { throw new InvalidOperationException(exceptionMessage); }; 143this._cachedResult = () => (string)property.GetValue(null, null);
2 references to _cachedResult
System.ComponentModel.DataAnnotations (2)
DataAnnotations\LocalizableString.cs (2)
107if (this._cachedResult == null) { 149return this._cachedResult();