1 implementation of IApplicationIdentifier
System.Web (1)
Hosting\ObjectCacheHost.cs (1)
13internal sealed class ObjectCacheHost : IServiceProvider, IApplicationIdentifier, IFileChangeNotificationSystem, IMemoryCacheManager
6 references to IApplicationIdentifier
System.Runtime.Caching (3)
System\Caching\PerfCounters.cs (3)
36IApplicationIdentifier ai = null; 39ai = host.GetService(typeof(IApplicationIdentifier)) as IApplicationIdentifier;
System.Web (3)
Hosting\ObjectCacheHost.cs (3)
47else if (service == typeof(IApplicationIdentifier)) { 48return this as IApplicationIdentifier; 55String IApplicationIdentifier.GetApplicationId() {