1 write to DependeeFullPath
Microsoft.Build.Framework (1)
AssemblyReferenceConflictEventArgs.cs (1)
56DependeeFullPath = dependeeFullPath;
5 references to DependeeFullPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
720WriteDeduplicatedString(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. 72writer.WriteOptionalString(DependeeFullPath); 361log.AppendLine().Append(EightSpaces).AppendLine(dependee.DependeeFullPath); 362log.Append(TenSpaces).Append(Format(culture, formats.PrimarySourceItemsForReference, dependee.DependeeFullPath));