1 write to _exports
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
488
_exports
= exports;
3 references to _exports
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (3)
468
if ((
_exports
== null) || (_imports == null))
480
if ((
_exports
== null) || (_imports == null))
498
return
_exports
!;