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