5 references to _cachePia
Microsoft.Build.Tasks.Core (5)
ResolveComReference.cs (5)
603
_cachePia
.Clear();
1094
if (
_cachePia
.ContainsKey(typeLibKey))
1192
foreach (ComReferenceWrapperInfo wrapperInfo in
_cachePia
.Values)
1268
if (
_cachePia
.TryGetValue(typeLibKey, out wrapperInfo))
1285
_cachePia
.Add(typeLibKey, wrapperInfo);