7 writes to ResolvedPath
Microsoft.Build.Tasks.Core (7)
ManifestUtil\Manifest.cs (7)
160
a.
ResolvedPath
= ResolvePath(a.SourcePath, searchPaths);
168
a.
ResolvedPath
= a.AssemblyIdentity.Resolve(searchPaths);
175
a.
ResolvedPath
= ResolvePath(a.TargetPath, searchPaths);
191
f.
ResolvedPath
= ResolvePath(f.SourcePath, searchPaths);
197
f.
ResolvedPath
= ResolvePath(f.TargetPath, searchPaths);
519
f.
ResolvedPath
= Path.Combine(Path.GetDirectoryName(f.ResolvedPath), f.TargetPath);
523
f.
ResolvedPath
= Path.Combine(Path.GetDirectoryName(f.ResolvedPath), AssemblyName);
30 references to ResolvedPath
Microsoft.Build.Tasks.Core (30)
ManifestUtil\ApplicationManifest.cs (7)
440
if (assembly.ReferenceType == AssemblyReferenceType.NativeAssembly && !assembly.IsPrerequisite && !String.IsNullOrEmpty(assembly.
ResolvedPath
))
442
ComInfo[] comInfoArray = ManifestReader.GetComInfo(assembly.
ResolvedPath
);
531
FileStream fs = File.OpenRead(configFile.
ResolvedPath
);
648
if (isPartialTrust && (assembly != EntryPoint) && !String.IsNullOrEmpty(assembly.
ResolvedPath
))
695
!String.IsNullOrEmpty(file.
ResolvedPath
) && PathUtil.IsAssembly(file.
ResolvedPath
))
730
string path = assembly.
ResolvedPath
;
ManifestUtil\DeployManifest.cs (1)
578
string manifestPath = _entryPoint.
ResolvedPath
;
ManifestUtil\Manifest.cs (22)
161
if (!String.IsNullOrEmpty(a.
ResolvedPath
))
169
if (!String.IsNullOrEmpty(a.
ResolvedPath
))
176
if (!String.IsNullOrEmpty(a.
ResolvedPath
))
192
if (!String.IsNullOrEmpty(f.
ResolvedPath
))
198
if (!String.IsNullOrEmpty(f.
ResolvedPath
))
448
AssemblyReferenceType.ClickOnceManifest => AssemblyIdentity.FromManifest(a.
ResolvedPath
),
449
AssemblyReferenceType.ManagedAssembly => AssemblyIdentity.FromManagedAssembly(a.
ResolvedPath
),
450
AssemblyReferenceType.NativeAssembly => AssemblyIdentity.FromNativeAssembly(a.
ResolvedPath
),
451
_ => AssemblyIdentity.FromFile(a.
ResolvedPath
),
469
else if (!String.IsNullOrEmpty(a.
ResolvedPath
))
471
if (PathUtil.IsNativeAssembly(a.
ResolvedPath
))
490
if (string.IsNullOrEmpty(f.
ResolvedPath
))
499
Util.GetFileInfo(f.
ResolvedPath
, out hash, out size);
503
Util.GetFileInfo(f.
ResolvedPath
, targetFrameworkVersion, out hash, out size);
513
string fileName = Path.GetFileName(f.
ResolvedPath
);
519
f.ResolvedPath = Path.Combine(Path.GetDirectoryName(f.
ResolvedPath
), f.TargetPath);
523
f.ResolvedPath = Path.Combine(Path.GetDirectoryName(f.
ResolvedPath
), AssemblyName);
524
f.TargetPath = BaseReference.GetDefaultTargetPath(f.
ResolvedPath
);
541
f.TargetPath = BaseReference.GetDefaultTargetPath(Path.GetFileName(f.
ResolvedPath
));
572
if (!String.IsNullOrEmpty(a.
ResolvedPath
)) // only check resolved items...
579
BadImageFormatException exception = new BadImageFormatException(null, a.
ResolvedPath
);
594
if (!String.IsNullOrEmpty(f.
ResolvedPath
)) // only check resolved items...