5 references to _cachePia
Microsoft.Build.Tasks.Core (5)
ResolveComReference.cs (5)
602
_cachePia
.Clear();
1093
if (
_cachePia
.ContainsKey(typeLibKey))
1191
foreach (ComReferenceWrapperInfo wrapperInfo in
_cachePia
.Values)
1267
if (
_cachePia
.TryGetValue(typeLibKey, out wrapperInfo))
1284
_cachePia
.Add(typeLibKey, wrapperInfo);