1 write to Path
Microsoft.DotNet.SharedFramework.Sdk (1)
src\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (1)
412Path = path;
9 references to Path
Microsoft.DotNet.SharedFramework.Sdk (9)
src\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (9)
107var fileName = Path.GetFileName(assemblyInfo.Path); 108var existingFileName = Path.GetFileName(existingInfo.Path); 112Log.LogError($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.Path} & {existingInfo.Path}"); 117Log.LogMessage($"Duplicate entries for {assemblyInfo.Name}, but different filenames : preferring {existingInfo.Path} over {assemblyInfo.Path}."); 247Log.LogMessage(LogImportance.Low, $"Checked {assm.Path}"); 266Log.LogError($"Cycle detected for {assembly.Path}."); 305Log.LogMessage($"Cycle detected for {depAssm.Path} : {PrintCycle(cycle)}.");