4 references to
System.Web (4)
Abstractions\HttpStaticObjectsCollectionWrapper.cs (1)
48return _collection[name];
httpstaticobjectscollection.cs (1)
116return this[name];
Util\AspCompat.cs (2)
633return _context.Application.StaticObjects[name]; 890return _context.Session.StaticObjects[name];