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