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)
128internal override bool FindExistingWrapper(out ComReferenceWrapperInfo wrapperInfo, DateTime componentTimestamp)
2 references to FindExistingWrapper
Microsoft.Build.Tasks.Core (2)
ResolveComReference.cs (1)
1404if (!reference.FindExistingWrapper(out wrapperInfo, _timestampCache[referenceInfo.strippedTypeLibPath]))
TlbReference.cs (1)
132return base.FindExistingWrapper(out wrapperInfo, componentTimestamp);