Home
last modified time | relevance | path

Searched refs:PreexistingTlb (Results 1 – 1 of 1) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DResolveComReference_Tests.cs709 …CheckAxReferenceRCWTlbExists(RcwStyle.PreexistingTlb /* pass in the TLB reference */, false /* don… in AxReferenceKnowsItsRCWTlbExists()
722 …CheckAxReferenceRCWTlbExists(RcwStyle.PreexistingTlb /* pass in the TLB reference */, true /* incl… in AxReferenceKnowsItsRCWTlbExists_IncludeVersion()
749 private enum RcwStyle { GenerateTlb, PreexistingTlb, PreexistingPia }; enumerator
773 case RcwStyle.PreexistingTlb: in CheckAxReferenceRCWTlbExists()