6 references to CheckAxReferenceRCWTlbExists
Microsoft.Build.Tasks.UnitTests (6)
ResolveComReference_Tests.cs (6)
690
CheckAxReferenceRCWTlbExists
(RcwStyle.GenerateTlb /* have RCR create the TLB reference */, false /* don't include TLB version in the interop name */);
701
CheckAxReferenceRCWTlbExists
(RcwStyle.GenerateTlb /* have RCR create the TLB reference */, true /* include TLB version in the interop name */);
712
CheckAxReferenceRCWTlbExists
(RcwStyle.PreexistingTlb /* pass in the TLB reference */, false /* don't include TLB version in the interop name */);
725
CheckAxReferenceRCWTlbExists
(RcwStyle.PreexistingTlb /* pass in the TLB reference */, true /* include TLB version in the interop name */);
736
CheckAxReferenceRCWTlbExists
(RcwStyle.PreexistingPia /* pass in the TLB reference */, false /* don't include version in the interop name */);
749
CheckAxReferenceRCWTlbExists
(RcwStyle.PreexistingPia /* pass in the PIA reference */, true /* include version in the interop name */);