3 writes to dependentWrapperPaths
Microsoft.Build.Tasks.Core (3)
ComReferenceInfo.cs (2)
88
this.
dependentWrapperPaths
= new List<string>();
104
this.
dependentWrapperPaths
= copyFrom.dependentWrapperPaths;
ResolveComReference.cs (1)
899
referenceInfo.
dependentWrapperPaths
= dependencyPaths;
4 references to dependentWrapperPaths
Microsoft.Build.Tasks.Core (4)
ComReferenceInfo.cs (1)
104
this.dependentWrapperPaths = copyFrom.
dependentWrapperPaths
;
ResolveComReference.cs (3)
905
referenceInfo.taskItem.ItemSpec, true, referenceInfo.
dependentWrapperPaths
, out ComReferenceWrapperInfo wrapperInfo))
1143
return ResolveComClassicReference(referenceInfo, outputDirectory, wrapperType, refName, topLevelRef, referenceInfo.
dependentWrapperPaths
, out wrapperInfo);
1702
foreach (string dependentPath in existingReference.
dependentWrapperPaths
)