1 write to _exportedValue
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Primitives\Export.cs (1)
205Interlocked.CompareExchange(ref _exportedValue, exportedValue, Export._EmptyValue);
2 references to _exportedValue
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Primitives\Export.cs (2)
202if (_exportedValue == Export._EmptyValue) 208return _exportedValue;