10 references to RcwStyle
Microsoft.Build.Tasks.UnitTests (10)
ResolveComReference_Tests.cs (10)
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 */);
763
private void CheckAxReferenceRCWTlbExists(
RcwStyle
rcwStyle, bool includeVersionInInteropName)
779
case
RcwStyle
.GenerateTlb: break;
780
case
RcwStyle
.PreexistingTlb:
787
case
RcwStyle
.PreexistingPia: