1 write to _identity
System.Data.Entity (1)
System\Data\Metadata\Edm\TypeUsage.cs (1)
511System.Threading.Interlocked.CompareExchange(ref _identity, identity, null);
4 references to _identity
System.Data.Entity (4)
System\Data\Metadata\Edm\TypeUsage.cs (4)
506if (this._identity == null) 513return this._identity; 560if (null != _identity) 562builder.Append(_identity);