Base:
method
FindExistingWrapper
Microsoft.Build.Tasks.ComReference.FindExistingWrapper(out Microsoft.Build.Tasks.ComReferenceWrapperInfo, System.DateTime)
1 override of FindExistingWrapper
Microsoft.Build.Tasks.Core (1)
TlbReference.cs (1)
127
internal override bool
FindExistingWrapper
(out ComReferenceWrapperInfo wrapperInfo, DateTime componentTimestamp)
2 references to FindExistingWrapper
Microsoft.Build.Tasks.Core (2)
ResolveComReference.cs (1)
1405
if (!reference.
FindExistingWrapper
(out wrapperInfo, _timestampCache[referenceInfo.strippedTypeLibPath]))
TlbReference.cs (1)
131
return base.
FindExistingWrapper
(out wrapperInfo, componentTimestamp);