1 implementation of IsSynchronized
System.Web (1)
State\SessionStateContainer.cs (1)
320
public bool
IsSynchronized
{
1 reference to IsSynchronized
System.Web (1)
State\SessionState.cs (1)
477
get { return _container.
IsSynchronized
;}