3 writes to primaryOfAxImpRef
Microsoft.Build.Tasks.Core (3)
ComReferenceInfo.cs (1)
101this.primaryOfAxImpRef = copyFrom.primaryOfAxImpRef;
ResolveComReference.cs (2)
813axRefInfo.primaryOfAxImpRef = tlbRefInfo; 831axRefInfo.primaryOfAxImpRef = newTlbRef;
4 references to primaryOfAxImpRef
Microsoft.Build.Tasks.Core (3)
AxReference.cs (2)
86if (ReferenceInfo?.primaryOfAxImpRef?.resolvedWrapper?.path != null) 90axImp.RuntimeCallableWrapperAssembly = ReferenceInfo.primaryOfAxImpRef.resolvedWrapper.path;
ComReferenceInfo.cs (1)
101this.primaryOfAxImpRef = copyFrom.primaryOfAxImpRef;
Microsoft.Build.Tasks.UnitTests (1)
ResolveComReference_Tests.cs (1)
430Assert.Equal(axRefInfo.primaryOfAxImpRef, newTlbInfo); // "axRefInfo should hold back reference to tlbRefInfo"