3 references to ReuseAlways
System.Private.CoreLib (3)
System\Reflection\Runtime\Dispensers\DefaultDispenserPolicy.cs (2)
28return DispenserAlgorithm.ReuseAlways; 32return DispenserAlgorithm.ReuseAlways; // Match policy used for runtime Assembly instances in other runtime flavors.
System\Reflection\Runtime\Dispensers\DispenserFactory.cs (1)
48else if (algorithm == DispenserAlgorithm.ReuseAlways)