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