18 references to wrapperTool
Microsoft.Build.Tasks.Core (18)
ResolveComReference.cs (17)
371string wrapperType = projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 782if (ComReferenceTypes.IsAxImp(axRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool))) 788string tlbWrapperType = tlbRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 828newTlbRef.taskItem.SetMetadata(ComReferenceItemMetadataNames.wrapperTool, ComReferenceTypes.primaryortlbimp); 894Log.LogMessageFromResources(MessageImportance.Low, "ResolveComReference.Resolving", referenceInfo.taskItem.ItemSpec, referenceInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool)); 904referenceInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool), 956string wrapperType = projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 1082wrapperType = referenceInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 1332if (ComReferenceTypes.IsTlbImp(projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool))) 1480if (reference.GetMetadata(ComReferenceItemMetadataNames.wrapperTool).Length > 0) 1483missingOrInvalidMetadata = ComReferenceItemMetadataNames.wrapperTool; 1484string wrapperTool = reference.GetMetadata(ComReferenceItemMetadataNames.wrapperTool); 1522if (reference.GetMetadata(ComReferenceItemMetadataNames.wrapperTool).Length == 0) 1524reference.SetMetadata(ComReferenceItemMetadataNames.wrapperTool, ComReferenceTypes.tlbimp); 1536if (reference.GetMetadata(ComReferenceItemMetadataNames.wrapperTool).Length == 0) 1538reference.SetMetadata(ComReferenceItemMetadataNames.wrapperTool, ComReferenceTypes.tlbimp); 1557string wrapperType = projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool);
ResolveNativeReference.cs (1)
323itemTypeLib.SetMetadata(ComReferenceItemMetadataNames.wrapperTool, ComReferenceTypes.tlbimp);