1 write to Path
Microsoft.Build.Tasks.Core (1)
RedistList.cs (1)
1002Path = new AbsolutePath(FileUtilities.NormalizeForPathComparison(absolutePath));
6 references to Path
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\ResolveAssemblyReference.cs (2)
3103Log.LogMessage(MessageImportance.Low, Strings.FormattedAssemblyInfo, redistInfo.Path.OriginalValue); 3114Log.LogMessage(MessageImportance.Low, Strings.FormattedAssemblyInfo, inclusionListInfo.Path.OriginalValue);
RedistList.cs (4)
624allowListErrors.Add(new Exception(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("ResolveAssemblyReference.NoSubSetRedistListName", info.Path.OriginalValue))); 625allowListErrorFileNames.Add(info.Path.OriginalValue); 692string path = assemblyTableInfo.Path.Value; 1010internal string Descriptor => _descriptor ?? (_descriptor = Path.Value + FrameworkDirectory);