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