3 references to _EmptyValue
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Primitives\Export.cs (3)
21private volatile object? _exportedValue = Export._EmptyValue; 202if (_exportedValue == Export._EmptyValue) 205Interlocked.CompareExchange(ref _exportedValue, exportedValue, Export._EmptyValue);