2 references to RelativeSearchPath
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\ApplicationCatalog.cs (2)
84
string? relativeSearchPath = AppDomain.CurrentDomain.
RelativeSearchPath
;
174
$"{GetType().Name} (Path=\"{AppDomain.CurrentDomain.BaseDirectory}\") (PrivateProbingPath=\"{AppDomain.CurrentDomain.
RelativeSearchPath
}\")"; // NOLOC