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