1 implementation of
System.Web (1)
State\SessionStateContainer.cs (1)
207public Object this[String name]
2 writes to
System.Web (2)
State\SessionState.cs (2)
370_container[name] = value; 389_container[name] = value;
1 reference to
System.Web (1)
State\SessionState.cs (1)
367return _container[name];