1 write to _hash
System.Data.Entity (1)
System\Data\Metadata\Edm\EntityType.cs (1)
295
Interlocked.CompareExchange(ref
_hash
, BuildEntityTypeHash(), null);
2 references to _hash
System.Data.Entity (2)
System\Data\Metadata\Edm\EntityType.cs (2)
293
if (
_hash
== null)
297
return
_hash
;