4 references to s_cachedTypeLibDesc
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeLibDesc.cs (4)
53
lock (
s_cachedTypeLibDesc
)
55
if (
s_cachedTypeLibDesc
.TryGetValue(typeLibAttr.guid, out typeLibDesc))
105
lock (
s_cachedTypeLibDesc
)
107
s_cachedTypeLibDesc
.Add(typeLibAttr.guid, typeLibDesc);