4 writes to FullPath
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\ReferenceTable.cs (4)
460
reference.
FullPath
= Path.GetFullPath(assemblyFileName);
464
reference.
FullPath
= assemblyFileName;
485
reference.
FullPath
= String.Empty;
1352
reference.
FullPath
= resolvedPath;
28 references to FullPath
Microsoft.Build.Tasks.Core (28)
AssemblyDependency\Reference.cs (2)
210
Debug.Assert(dependee.
FullPath
.Length > 0, "Cannot add dependee that doesn't have a full name. This should have already been resolved.");
1136
return
FullPath
;
AssemblyDependency\ReferenceTable.cs (17)
425
if (reference.
FullPath
.Length > 0)
483
ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileGotDirectory", reference.
FullPath
),
491
new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.
FullPath
), null));
654
possiblyBetterAssemblyName = _getAssemblyName(reference.
FullPath
);
999
_log?.LogErrorFromResources("ResolveAssemblyReference.ProblemFindingSatelliteAssemblies", reference.
FullPath
, e.Message);
1038
reference.
FullPath
,
1119
if (!_fileExists(reference.
FullPath
))
1122
new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.
FullPath
), null));
1151
newReference.AddPreUnificationVersion(reference.
FullPath
, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason);
1181
existingReference.AddPreUnificationVersion(reference.
FullPath
, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason);
1255
parentReferenceFolders.Add(new(Directory: parentReferenceFolder, ParentAssembly: parentReference.
FullPath
));
2158
if (!(reference.IsResolved && _fileExists(reference.
FullPath
)) || reference.IsPrerequisite || (_frameworkPaths != null && Reference.IsFrameworkFile(reference.
FullPath
, _frameworkPaths)))
2678
referenceItem.ItemSpec = reference.
FullPath
;
2811
if (VerifyArchitectureOfImplementationDll(reference.ImplementationAssembly, reference.
FullPath
))
2874
if (Reference.IsFrameworkFile(reference.
FullPath
, _frameworkPaths) || (_installedAssemblies?.FrameworkAssemblyEntryInRedist(assemblyName) == true))
2876
if (!IsAssemblyRemovedFromDotNetFramework(assemblyName, reference.
FullPath
, _frameworkPaths, _installedAssemblies))
AssemblyDependency\ResolveAssemblyReference.cs (9)
1221
victimReference.
FullPath
,
1223
reference.
FullPath
);
1359
log.Append(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(resource, fusionName, conflictCandidate.
FullPath
));
1390
log.AppendLine().Append(Strings.EightSpaces).AppendLine(dependeeReference.
FullPath
);
1392
log.Append(Strings.TenSpaces).Append(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("ResolveAssemblyReference.PrimarySourceItemsForReference", dependeeReference.
FullPath
));
1788
Log.LogMessage(importance, Strings.Resolved, reference.
FullPath
);
1920
if (reference.
FullPath
.Length > 0)
2723
if (fileExists(resolvedReference.
FullPath
))
2727
getAssemblyMetadata(resolvedReference.
FullPath
, assemblyMetadataCache, out result, out scatterFiles, out frameworkName);