10 references to s_cacheComTypeDesc
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (10)
357lock (s_cacheComTypeDesc) 359if (s_cacheComTypeDesc.TryGetValue(typeAttr.guid, out _comTypeDesc) && 408lock (s_cacheComTypeDesc) 410if (s_cacheComTypeDesc.TryGetValue(typeAttr.guid, out ComTypeDesc cachedTypeDesc)) 417s_cacheComTypeDesc.Add(typeAttr.guid, _comTypeDesc); 532lock (s_cacheComTypeDesc) 534if (s_cacheComTypeDesc.TryGetValue(typeAttr.guid, out _comTypeDesc) && 615lock (s_cacheComTypeDesc) 617if (s_cacheComTypeDesc.TryGetValue(typeAttr.guid, out ComTypeDesc cachedTypeDesc)) 624s_cacheComTypeDesc.Add(typeAttr.guid, _comTypeDesc);