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