5 references to _cacheTlb
Microsoft.Build.Tasks.Core (5)
ResolveComReference.cs (5)
604
_cacheTlb
.Clear();
1098
else if (
_cacheTlb
.ContainsKey(typeLibKey))
1217
foreach (ComReferenceWrapperInfo wrapperInfo in
_cacheTlb
.Values)
1319
if (
_cacheTlb
.TryGetValue(typeLibKey, out wrapperInfo))
1370
_cacheTlb
.Add(typeLibKey, wrapperInfo);