1 implementation of ITypeCacheManager
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypeCacheManager.cs (1)
19class TypeCacheManager : ITypeCacheManager
8 references to ITypeCacheManager
System.ServiceModel (8)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
26ITypeCacheManager interfaceResolver;
System\ServiceModel\ComIntegration\TypeCacheManager.cs (7)
34static public ITypeCacheManager Provider 42ITypeCacheManager localInstance = new TypeCacheManager(); 51static internal ITypeCacheManager instance; 250Assembly ITypeCacheManager.ResolveAssembly(Guid assembly) 262void ITypeCacheManager.FindOrCreateType(Guid typeLibId, string typeLibVersion, Guid typeDefId, out Type userDefinedType, bool noAssemblyGeneration) 326void ITypeCacheManager.FindOrCreateType(Type serverType, Guid iid, out Type interfaceType, bool noAssemblyGeneration, bool isServer) 449((ITypeCacheManager)(this)).FindOrCreateType(iid, out interfaceType, false, true);