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