4 writes to FullPath
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\ReferenceTable.cs (4)
467reference.FullPath = Path.GetFullPath(assemblyFileName); 471reference.FullPath = assemblyFileName; 492reference.FullPath = String.Empty; 1359reference.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)
432if (reference.FullPath.Length > 0) 490ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileGotDirectory", reference.FullPath), 498new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.FullPath), null)); 661possiblyBetterAssemblyName = _getAssemblyName(reference.FullPath); 1006_log?.LogErrorFromResources("ResolveAssemblyReference.ProblemFindingSatelliteAssemblies", reference.FullPath, e.Message); 1045reference.FullPath, 1126if (!_fileExists(reference.FullPath)) 1129new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.FullPath), null)); 1158newReference.AddPreUnificationVersion(reference.FullPath, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason); 1188existingReference.AddPreUnificationVersion(reference.FullPath, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason); 1262parentReferenceFolders.Add(new(Directory: parentReferenceFolder, ParentAssembly: parentReference.FullPath)); 2165if (!(reference.IsResolved && _fileExists(reference.FullPath)) || reference.IsPrerequisite || (_frameworkPaths != null && Reference.IsFrameworkFile(reference.FullPath, _frameworkPaths))) 2685referenceItem.ItemSpec = reference.FullPath; 2818if (VerifyArchitectureOfImplementationDll(reference.ImplementationAssembly, reference.FullPath)) 2881if (Reference.IsFrameworkFile(reference.FullPath, _frameworkPaths) || (_installedAssemblies?.FrameworkAssemblyEntryInRedist(assemblyName) == true)) 2883if (!IsAssemblyRemovedFromDotNetFramework(assemblyName, reference.FullPath, _frameworkPaths, _installedAssemblies))
AssemblyDependency\ResolveAssemblyReference.cs (9)
1221victimReference.FullPath, 1223reference.FullPath); 1359log.Append(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(resource, fusionName, conflictCandidate.FullPath)); 1390log.AppendLine().Append(Strings.EightSpaces).AppendLine(dependeeReference.FullPath); 1392log.Append(Strings.TenSpaces).Append(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("ResolveAssemblyReference.PrimarySourceItemsForReference", dependeeReference.FullPath)); 1788Log.LogMessage(importance, Strings.Resolved, reference.FullPath); 1920if (reference.FullPath.Length > 0) 2723if (fileExists(resolvedReference.FullPath)) 2727getAssemblyMetadata(resolvedReference.FullPath, assemblyMetadataCache, out result, out scatterFiles, out frameworkName);