4 writes to FullPath
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\ReferenceTable.cs (4)
460reference.FullPath = Path.GetFullPath(assemblyFileName); 464reference.FullPath = assemblyFileName; 485reference.FullPath = String.Empty; 1352reference.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)
425if (reference.FullPath.Length > 0) 483ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileGotDirectory", reference.FullPath), 491new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.FullPath), null)); 654possiblyBetterAssemblyName = _getAssemblyName(reference.FullPath); 999_log?.LogErrorFromResources("ResolveAssemblyReference.ProblemFindingSatelliteAssemblies", reference.FullPath, e.Message); 1038reference.FullPath, 1119if (!_fileExists(reference.FullPath)) 1122new DependencyResolutionException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("General.ExpectedFileMissing", reference.FullPath), null)); 1151newReference.AddPreUnificationVersion(reference.FullPath, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason); 1181existingReference.AddPreUnificationVersion(reference.FullPath, unifiedDependency.PreUnified.Version, unifiedDependency.UnificationReason); 1255parentReferenceFolders.Add(new(Directory: parentReferenceFolder, ParentAssembly: parentReference.FullPath)); 2158if (!(reference.IsResolved && _fileExists(reference.FullPath)) || reference.IsPrerequisite || (_frameworkPaths != null && Reference.IsFrameworkFile(reference.FullPath, _frameworkPaths))) 2678referenceItem.ItemSpec = reference.FullPath; 2811if (VerifyArchitectureOfImplementationDll(reference.ImplementationAssembly, reference.FullPath)) 2874if (Reference.IsFrameworkFile(reference.FullPath, _frameworkPaths) || (_installedAssemblies?.FrameworkAssemblyEntryInRedist(assemblyName) == true)) 2876if (!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);