3 references to HostAdaptersDirName
System.AddIn (3)
System\Addin\Hosting\AddInStore.cs (3)
263
String hostAdapterDir = Path.Combine(path,
HostAdaptersDirName
);
704
Path.Combine(pipelineRoot,
HostAdaptersDirName
),
836
String hostAdapterDir = Path.Combine(rootDir,
HostAdaptersDirName
);