4 writes to FullPath
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\ReferenceTable.cs (4)
471
reference.
FullPath
= Path.GetFullPath(assemblyFileName);
475
reference.
FullPath
= assemblyFileName;
496
reference.
FullPath
= String.Empty;
1363
reference.
FullPath
= resolvedPath;
29 references to FullPath
Microsoft.Build.Tasks.Core (29)
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 (18)
436
if (reference.
FullPath
.Length > 0)
494
ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileGotDirectory", reference.
FullPath
),
502
new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.
FullPath
), null));
665
possiblyBetterAssemblyName = _getAssemblyName(reference.
FullPath
);
1010
_log?.LogErrorFromResources("ResolveAssemblyReference.ProblemFindingSatelliteAssemblies", reference.
FullPath
, e.Message);
1049
reference.
FullPath
,
1130
if (!_fileExists(reference.
FullPath
))
1133
new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.
FullPath
), null));
1162
newReference.AddPreUnificationVersion(reference.
FullPath
, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason);
1192
existingReference.AddPreUnificationVersion(reference.
FullPath
, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason);
1266
parentReferenceFolders.Add(new(Directory: parentReferenceFolder, ParentAssembly: parentReference.
FullPath
));
2169
if (!(reference.IsResolved && _fileExists(reference.
FullPath
)) || reference.IsPrerequisite || (_frameworkPaths != null && Reference.IsFrameworkFile(reference.
FullPath
, _frameworkPaths)))
2700
referenceItem = new TaskItem(reference.
FullPath
);
2708
referenceItem ??= new TaskItem(reference.
FullPath
);
2716
&& VerifyArchitectureOfImplementationDll(reference.ImplementationAssembly, reference.
FullPath
);
2802
if (Reference.IsFrameworkFile(reference.
FullPath
, frameworkPaths) || (installedAssemblies?.FrameworkAssemblyEntryInRedist(assemblyName) == true))
2804
if (!IsAssemblyRemovedFromDotNetFramework(assemblyName, reference.
FullPath
, frameworkPaths, installedAssemblies))
AssemblyDependency\ResolveAssemblyReference.cs (9)
1239
victimReference.
FullPath
,
1241
reference.
FullPath
);
1377
log.Append(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(resource, fusionName, conflictCandidate.
FullPath
));
1408
log.AppendLine().Append(Strings.EightSpaces).AppendLine(dependeeReference.
FullPath
);
1410
log.Append(Strings.TenSpaces).Append(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("ResolveAssemblyReference.PrimarySourceItemsForReference", dependeeReference.
FullPath
));
1806
Log.LogMessage(importance, Strings.Resolved, reference.
FullPath
);
1938
if (reference.
FullPath
.Length > 0)
2741
if (fileExists(resolvedReference.
FullPath
))
2745
getAssemblyMetadata(resolvedReference.
FullPath
, assemblyMetadataCache, out result, out scatterFiles, out frameworkName);