4 references to GetLongFilePath
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (1)
1155if (!_resgenPath.Equals(Path.GetDirectoryName(NativeMethodsShared.GetLongFilePath(ToolLocationHelper.GetPathToDotNetFrameworkSdkFile("resgen.exe", TargetDotNetFrameworkVersion.Version35))), StringComparison.OrdinalIgnoreCase))
ResGen.cs (2)
375!pathToResGen.Equals(NativeMethodsShared.GetLongFilePath(ToolLocationHelper.GetPathToDotNetFrameworkSdkFile("resgen.exe", TargetDotNetFrameworkVersion.Version35)), StringComparison.OrdinalIgnoreCase) && 527pathToTool = NativeMethodsShared.GetLongFilePath(pathToTool);
Microsoft.Build.Utilities.Core (1)
TrackedDependencies\FileTracker.cs (1)
88private static readonly string s_tempLongPath = FileUtilities.EnsureTrailingSlash(NativeMethodsShared.GetLongFilePath(s_tempPath).ToUpperInvariant());