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