18 references to wrapperTool
Microsoft.Build.Tasks.Core (18)
ResolveComReference.cs (17)
372string wrapperType = projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 783if (ComReferenceTypes.IsAxImp(axRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool))) 789string tlbWrapperType = tlbRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 829newTlbRef.taskItem.SetMetadata(ComReferenceItemMetadataNames.wrapperTool, ComReferenceTypes.primaryortlbimp); 895Log.LogMessageFromResources(MessageImportance.Low, "ResolveComReference.Resolving", referenceInfo.taskItem.ItemSpec, referenceInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool)); 905referenceInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool), 957string wrapperType = projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 1083wrapperType = referenceInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 1333if (ComReferenceTypes.IsTlbImp(projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool))) 1481if (reference.GetMetadata(ComReferenceItemMetadataNames.wrapperTool).Length > 0) 1484missingOrInvalidMetadata = ComReferenceItemMetadataNames.wrapperTool; 1485string wrapperTool = reference.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 1523if (reference.GetMetadata(ComReferenceItemMetadataNames.wrapperTool).Length == 0) 1525reference.SetMetadata(ComReferenceItemMetadataNames.wrapperTool, ComReferenceTypes.tlbimp); 1537if (reference.GetMetadata(ComReferenceItemMetadataNames.wrapperTool).Length == 0) 1539reference.SetMetadata(ComReferenceItemMetadataNames.wrapperTool, ComReferenceTypes.tlbimp); 1558string wrapperType = projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool);
ResolveNativeReference.cs (1)
323itemTypeLib.SetMetadata(ComReferenceItemMetadataNames.wrapperTool, ComReferenceTypes.tlbimp);