8 references to PathUtil
Microsoft.Build.Tasks.Core (8)
FormatUrl.cs (1)
24OutputUrl = InputUrl != null ? PathUtil.Format(InputUrl) : String.Empty;
ManifestUtil\ApplicationManifest.cs (1)
695!String.IsNullOrEmpty(file.ResolvedPath) && PathUtil.IsAssembly(file.ResolvedPath))
ManifestUtil\AssemblyIdentity.cs (1)
301if (PathUtil.IsPEFile(path))
ManifestUtil\DeployManifest.cs (1)
561if (!String.IsNullOrEmpty(_deploymentUrl) && PathUtil.IsLocalPath(_deploymentUrl))
ManifestUtil\Manifest.cs (1)
471if (PathUtil.IsNativeAssembly(a.ResolvedPath))
ManifestUtil\SecurityUtil.cs (1)
668if (PathUtil.IsPEFile(path))
ResolveManifestFiles.cs (2)
347string[] pathSegments = PathUtil.GetPathSegments(item.ItemSpec); 1060isDataFile = includedByDefault && PathUtil.IsDataFile(fileExtension);