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