3 references to fileTrackerDllName
Microsoft.Build (3)
InprocTrackingNativeMethods.cs (3)
208
string fileTrackerPath = Path.Combine(buildToolsPath,
fileTrackerDllName
.Value);
212
throw new DllNotFoundException(
fileTrackerDllName
.Value);
240
throw new EntryPointNotFoundException(
fileTrackerDllName
.Value + "!" + entryPointName);