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