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