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