7 writes to ResolvedPath
Microsoft.Build.Tasks.Core (7)
ManifestUtil\Manifest.cs (7)
159
a.
ResolvedPath
= ResolvePath(a.SourcePath, searchPaths);
167
a.
ResolvedPath
= a.AssemblyIdentity.Resolve(searchPaths);
174
a.
ResolvedPath
= ResolvePath(a.TargetPath, searchPaths);
190
f.
ResolvedPath
= ResolvePath(f.SourcePath, searchPaths);
196
f.
ResolvedPath
= ResolvePath(f.TargetPath, searchPaths);
518
f.
ResolvedPath
= Path.Combine(Path.GetDirectoryName(f.ResolvedPath), f.TargetPath);
522
f.
ResolvedPath
= Path.Combine(Path.GetDirectoryName(f.ResolvedPath), AssemblyName);
30 references to ResolvedPath
Microsoft.Build.Tasks.Core (30)
ManifestUtil\ApplicationManifest.cs (7)
439
if (assembly.ReferenceType == AssemblyReferenceType.NativeAssembly && !assembly.IsPrerequisite && !String.IsNullOrEmpty(assembly.
ResolvedPath
))
441
ComInfo[] comInfoArray = ManifestReader.GetComInfo(assembly.
ResolvedPath
);
530
FileStream fs = File.OpenRead(configFile.
ResolvedPath
);
647
if (isPartialTrust && (assembly != EntryPoint) && !String.IsNullOrEmpty(assembly.
ResolvedPath
))
694
!String.IsNullOrEmpty(file.
ResolvedPath
) && PathUtil.IsAssembly(file.
ResolvedPath
))
729
string path = assembly.
ResolvedPath
;
ManifestUtil\DeployManifest.cs (1)
578
string manifestPath = _entryPoint.
ResolvedPath
;
ManifestUtil\Manifest.cs (22)
160
if (!String.IsNullOrEmpty(a.
ResolvedPath
))
168
if (!String.IsNullOrEmpty(a.
ResolvedPath
))
175
if (!String.IsNullOrEmpty(a.
ResolvedPath
))
191
if (!String.IsNullOrEmpty(f.
ResolvedPath
))
197
if (!String.IsNullOrEmpty(f.
ResolvedPath
))
447
AssemblyReferenceType.ClickOnceManifest => AssemblyIdentity.FromManifest(a.
ResolvedPath
),
448
AssemblyReferenceType.ManagedAssembly => AssemblyIdentity.FromManagedAssembly(a.
ResolvedPath
),
449
AssemblyReferenceType.NativeAssembly => AssemblyIdentity.FromNativeAssembly(a.
ResolvedPath
),
450
_ => AssemblyIdentity.FromFile(a.
ResolvedPath
),
468
else if (!String.IsNullOrEmpty(a.
ResolvedPath
))
470
if (PathUtil.IsNativeAssembly(a.
ResolvedPath
))
489
if (string.IsNullOrEmpty(f.
ResolvedPath
))
498
Util.GetFileInfo(f.
ResolvedPath
, out hash, out size);
502
Util.GetFileInfo(f.
ResolvedPath
, targetFrameworkVersion, out hash, out size);
512
string fileName = Path.GetFileName(f.
ResolvedPath
);
518
f.ResolvedPath = Path.Combine(Path.GetDirectoryName(f.
ResolvedPath
), f.TargetPath);
522
f.ResolvedPath = Path.Combine(Path.GetDirectoryName(f.
ResolvedPath
), AssemblyName);
523
f.TargetPath = BaseReference.GetDefaultTargetPath(f.
ResolvedPath
);
540
f.TargetPath = BaseReference.GetDefaultTargetPath(Path.GetFileName(f.
ResolvedPath
));
571
if (!String.IsNullOrEmpty(a.
ResolvedPath
)) // only check resolved items...
578
BadImageFormatException exception = new BadImageFormatException(null, a.
ResolvedPath
);
593
if (!String.IsNullOrEmpty(f.
ResolvedPath
)) // only check resolved items...