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)
152
ViewState = new
LosFormatter
().Deserialize(s);
166
new
LosFormatter
().Serialize(s, ViewState);
2 references to LosFormatter
System.Web.Mobile (2)
UI\MobileControls\MobilePage.cs (2)
1475
private
LosFormatter
_stateFormatter;
1476
private
LosFormatter
StateFormatter