1 write to FullPath
Microsoft.Build.Framework (1)
AssemblyReferenceConflictEventArgs.cs (1)
111FullPath = fullPath;
5 references to FullPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
705WriteDeduplicatedString(details.FullPath);
Microsoft.Build.Framework (4)
AssemblyReferenceConflictEventArgs.cs (4)
161writer.WriteOptionalString(FullPath); 342log.Append(Format(culture, headerFormat, details.FusionName, details.FullPath)); 350log.AppendLine().Append(EightSpaces).AppendLine(details.FullPath); 351log.Append(TenSpaces).Append(Format(culture, formats.PrimarySourceItemsForReference, details.FullPath));