1 write to Path
Microsoft.Build.Tasks.Core (1)
RedistList.cs (1)
942Path = FileUtilities.NormalizeForPathComparison(path);
6 references to Path
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\ResolveAssemblyReference.cs (2)
2903Log.LogMessage(MessageImportance.Low, Strings.FormattedAssemblyInfo, redistInfo.Path); 2914Log.LogMessage(MessageImportance.Low, Strings.FormattedAssemblyInfo, inclusionListInfo.Path);
RedistList.cs (4)
583allowListErrors.Add(new Exception(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("ResolveAssemblyReference.NoSubSetRedistListName", info.Path))); 584allowListErrorFileNames.Add(info.Path); 651string path = assemblyTableInfo.Path; 950internal string Descriptor => _descriptor ?? (_descriptor = Path + FrameworkDirectory);