1 write to Path
Microsoft.Build.Tasks.Core (1)
RedistList.cs (1)
982Path = FileUtilities.NormalizeForPathComparison(path);
6 references to Path
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\ResolveAssemblyReference.cs (2)
2958Log.LogMessage(MessageImportance.Low, Strings.FormattedAssemblyInfo, redistInfo.Path); 2969Log.LogMessage(MessageImportance.Low, Strings.FormattedAssemblyInfo, inclusionListInfo.Path);
RedistList.cs (4)
623allowListErrors.Add(new Exception(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("ResolveAssemblyReference.NoSubSetRedistListName", info.Path))); 624allowListErrorFileNames.Add(info.Path); 691string path = assemblyTableInfo.Path; 990internal string Descriptor => _descriptor ?? (_descriptor = Path + FrameworkDirectory);