4 writes to FullPath
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\ReferenceTable.cs (4)
449
reference.
FullPath
= Path.GetFullPath(assemblyFileName);
453
reference.
FullPath
= assemblyFileName;
474
reference.
FullPath
= String.Empty;
1340
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)
414
if (reference.
FullPath
.Length > 0)
472
ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileGotDirectory", reference.
FullPath
),
480
new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.
FullPath
), null));
643
possiblyBetterAssemblyName = _getAssemblyName(reference.
FullPath
);
987
_log?.LogErrorFromResources("ResolveAssemblyReference.ProblemFindingSatelliteAssemblies", reference.
FullPath
, e.Message);
1026
reference.
FullPath
,
1107
if (!_fileExists(reference.
FullPath
))
1110
new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.
FullPath
), null));
1139
newReference.AddPreUnificationVersion(reference.
FullPath
, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason);
1169
existingReference.AddPreUnificationVersion(reference.
FullPath
, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason);
1243
parentReferenceFolders.Add(new (Directory: parentReferenceFolder, ParentAssembly: parentReference.
FullPath
));
2146
if (!(reference.IsResolved && _fileExists(reference.
FullPath
)) || reference.IsPrerequisite || (_frameworkPaths != null && Reference.IsFrameworkFile(reference.
FullPath
, _frameworkPaths)))
2675
referenceItem.ItemSpec = reference.
FullPath
;
2808
if (VerifyArchitectureOfImplementationDll(reference.ImplementationAssembly, reference.
FullPath
))
2871
if (Reference.IsFrameworkFile(reference.
FullPath
, _frameworkPaths) || (_installedAssemblies?.FrameworkAssemblyEntryInRedist(assemblyName) == true))
2873
if (!IsAssemblyRemovedFromDotNetFramework(assemblyName, reference.
FullPath
, _frameworkPaths, _installedAssemblies))
AssemblyDependency\ResolveAssemblyReference.cs (9)
1199
victimReference.
FullPath
,
1201
reference.
FullPath
);
1333
log.Append(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(resource, fusionName, conflictCandidate.
FullPath
));
1364
log.AppendLine().Append(Strings.EightSpaces).AppendLine(dependeeReference.
FullPath
);
1366
log.Append(Strings.TenSpaces).Append(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("ResolveAssemblyReference.PrimarySourceItemsForReference", dependeeReference.
FullPath
));
1753
Log.LogMessage(importance, Strings.Resolved, reference.
FullPath
);
1885
if (reference.
FullPath
.Length > 0)
2686
if (fileExists(resolvedReference.
FullPath
))
2690
getAssemblyMetadata(resolvedReference.
FullPath
, assemblyMetadataCache, out result, out scatterFiles, out frameworkName);