2 writes to attr
Microsoft.Build.Tasks.Core (2)
ComReferenceInfo.cs (2)
96this.attr = copyFrom.attr; 173ComReference.GetTypeLibAttrForTypeLib(ref this.typeLibPointer, out this.attr);
27 references to attr
Microsoft.Build.Tasks.Core (27)
AxReference.cs (2)
55return GetWrapperFileName("AxInterop.", typeLibName, IncludeTypeLibVersionInName, ReferenceInfo.attr.wMajorVerNum, ReferenceInfo.attr.wMinorVerNum);
ComReferenceInfo.cs (4)
96this.attr = copyFrom.attr; 208return log.FormatResourceString("ResolveComReference.TypeLibAttrId", attr.guid, attr.wMajorVerNum, attr.wMinorVerNum);
PiaReference.cs (4)
43if (!converter.GetPrimaryInteropAssembly(ReferenceInfo.attr.guid, ReferenceInfo.attr.wMajorVerNum, ReferenceInfo.attr.wMinorVerNum, ReferenceInfo.attr.lcid,
ResolveComReference.cs (15)
426projectRefInfo.attr.guid, projectRefInfo.attr.wMajorVerNum, projectRefInfo.attr.wMinorVerNum, 792if (ComReference.AreTypeLibAttrEqual(axRefInfo.attr, tlbRefInfo.attr)) 964if (ComReference.AreTypeLibAttrEqual(projectRefInfo.attr, typeLibAttr)) 989if (ComReference.AreTypeLibAttrEqual(dependencyRefInfo.attr, typeLibAttr)) 1264string typeLibKey = ComReference.UniqueKeyFromTypeLibAttr(referenceInfo.attr); 1315string typeLibKey = ComReference.UniqueKeyFromTypeLibAttr(referenceInfo.attr); 1335if (!ComReference.AreTypeLibAttrEqual(referenceInfo.attr, projectRefInfo.attr) && 1389string typeLibKey = ComReference.UniqueKeyFromTypeLibAttr(referenceInfo.attr); 1568if (!ComReference.AreTypeLibAttrEqual(projectRefInfo.attr, conflictingRef.attr)) 1688if (!ComReference.AreTypeLibAttrEqual(dependencyTypeLibAttr, reference.attr))
TlbReference.cs (2)
93return GetWrapperFileName("Interop.", typeLibName, IncludeTypeLibVersionInName, ReferenceInfo.attr.wMajorVerNum, ReferenceInfo.attr.wMinorVerNum);