4 references to IsCopyLocal
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\ReferenceTable.cs (1)
2863
yield return new KeyValuePair<string, string>(ItemMetadataNames.copyLocal, reference.
IsCopyLocal
? "true" : "false");
AssemblyDependency\ResolveAssemblyReference.cs (3)
1086
if (primaryCandidate.IsPrimary && !(primaryCandidate.IsConflictVictim && primaryCandidate.
IsCopyLocal
))
1099
if (!dependencyCandidate.IsPrimary && !(dependencyCandidate.IsConflictVictim && dependencyCandidate.
IsCopyLocal
))
1435
if (reference.IsPrimary || reference.
IsCopyLocal
)