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