1 write to value
System.Data.Entity (1)
System\Data\Common\Utils\Singleton.cs (1)
52
Interlocked.CompareExchange(ref this.
value
, newValue, null);
2 references to value
System.Data.Entity (2)
System\Data\Common\Utils\Singleton.cs (2)
48
TValue result = this.
value
; // reading of reference types is atomic.
53
result = this.
value
;