4 instantiations of LosFormatter
System.Web.Mobile (4)
UI\MobileControls\MobilePage.cs (2)
1484_stateFormatter = new LosFormatter(); 1488_stateFormatter = new LosFormatter(true, GetMacKeyModifier());
UI\MobileControls\SessionViewState.cs (2)
152ViewState = new LosFormatter().Deserialize(s); 166new LosFormatter().Serialize(s, ViewState);
2 references to LosFormatter
System.Web.Mobile (2)
UI\MobileControls\MobilePage.cs (2)
1475private LosFormatter _stateFormatter; 1476private LosFormatter StateFormatter