5 writes to _cacheKey
System.Data.Entity (5)
System\Data\Objects\ObjectParameterCollection.cs (5)
211this._cacheKey = null; 226this._cacheKey = null; 341this._cacheKey = null; 392this._cacheKey = "@@1" + theParam.Name + ":" + theParam.ParameterType.FullName; 416this._cacheKey = keyBuilder.ToString();
2 references to _cacheKey
System.Data.Entity (2)
System\Data\Objects\ObjectParameterCollection.cs (2)
383if (null == this._cacheKey) 421return this._cacheKey;