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