5 references to _cacheTlb
Microsoft.Build.Tasks.Core (5)
ResolveComReference.cs (5)
603
_cacheTlb
.Clear();
1097
else if (
_cacheTlb
.ContainsKey(typeLibKey))
1216
foreach (ComReferenceWrapperInfo wrapperInfo in
_cacheTlb
.Values)
1318
if (
_cacheTlb
.TryGetValue(typeLibKey, out wrapperInfo))
1369
_cacheTlb
.Add(typeLibKey, wrapperInfo);