1 write to CacheIdentity
System.Data.Entity (1)
System\Data\Metadata\Edm\EdmType.cs (1)
96
this.
CacheIdentity
= builder.ToString();
6 references to CacheIdentity
System.Data.Entity (6)
System\Data\Metadata\Edm\EdmFunction.cs (2)
331
if (null !=
CacheIdentity
)
333
builder.Append(
CacheIdentity
);
System\Data\Metadata\Edm\EdmType.cs (4)
92
if (this.
CacheIdentity
== null)
98
return this.
CacheIdentity
;
216
if (null != this.
CacheIdentity
)
218
builder.Append(this.
CacheIdentity
);