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