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