1 write to DependeeFullPath
Microsoft.Build.Framework (1)
AssemblyReferenceConflictEventArgs.cs (1)
56
DependeeFullPath
= dependeeFullPath;
5 references to DependeeFullPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
720
WriteDeduplicatedString(dependee.
DependeeFullPath
);
Microsoft.Build.Framework (4)
AssemblyReferenceConflictEventArgs.cs (4)
66
/// Gets the item specs of the project items that caused <see cref="
DependeeFullPath
"/> to be resolved.
72
writer.WriteOptionalString(
DependeeFullPath
);
361
log.AppendLine().Append(EightSpaces).AppendLine(dependee.
DependeeFullPath
);
362
log.Append(TenSpaces).Append(Format(culture, formats.PrimarySourceItemsForReference, dependee.
DependeeFullPath
));