2 writes to referencePathItem
Microsoft.Build.Tasks.Core (2)
ComReferenceInfo.cs (1)
105this.referencePathItem = copyFrom.referencePathItem;
ResolveComReference.cs (1)
901referenceInfo.referencePathItem = referencePathItem;
4 references to referencePathItem
Microsoft.Build.Tasks.Core (4)
ComReferenceInfo.cs (1)
105this.referencePathItem = copyFrom.referencePathItem;
ResolveComReference.cs (3)
890if (referenceInfo.referencePathItem == null) 930bool successfullyResolved = !String.IsNullOrEmpty(referenceInfo.referencePathItem.ItemSpec); 931referencePathItem = referenceInfo.referencePathItem;