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