1 implementation of LCID
System.Web (1)
State\SessionStateContainer.cs (1)
171public int LCID {
1 write to LCID
System.Web (1)
State\SessionState.cs (1)
332set { _container.LCID = value; }
1 reference to LCID
System.Web (1)
State\SessionState.cs (1)
331get { return _container.LCID; }