8 references to IsTlbImp
Microsoft.Build.Tasks.Core (8)
ResolveComReference.cs (8)
375
(pass == 1 && ComReferenceTypes.
IsTlbImp
(wrapperType)) ||
790
if (ComReferenceTypes.
IsTlbImp
(tlbWrapperType) || ComReferenceTypes.IsPia(tlbWrapperType) || ComReferenceTypes.IsPiaOrTlbImp(tlbWrapperType))
951
(pass == 1 && (ComReferenceTypes.
IsTlbImp
(neededRefType) || neededRefType == null)) ||
960
(pass == 1 && ComReferenceTypes.
IsTlbImp
(wrapperType)) ||
1019
else if (ComReferenceTypes.
IsTlbImp
(wrapperType))
1332
if (ComReferenceTypes.
IsTlbImp
(projectRefInfo.taskItem.GetMetadata(ComReferenceItemMetadataNames.wrapperTool)))
1487
(!ComReferenceTypes.
IsTlbImp
(wrapperTool)) &&
1561
(pass == 1 && ComReferenceTypes.
IsTlbImp
(wrapperType)))