4 references to accessCheckCache
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (4)
265if (null == accessCheckCache) 274retValue = accessCheckCache.TryGetValue(luidModifiedID, out isAccessAllowed); 282if (null == accessCheckCache) 289accessCheckCache[luidModifiedID] = isAccessAllowed;