6 instantiations of ObjectStateFormatter
System.Web (6)
UI\Control.cs (1)
2410return Util.SerializeWithAssert(new ObjectStateFormatter(), state).Length;
UI\LOSFormatter.cs (2)
50_formatter = new ObjectStateFormatter(macKeyModifier); 53_formatter = new ObjectStateFormatter();
UI\Page.cs (1)
2185return new ObjectStateFormatter(this, true);
UI\WebParts\BlobPersonalizationState.cs (2)
458new ObjectStateFormatter(null /* Page(used to determine encryption mode) */, false /*throwOnErrorDeserializing*/); 1078ObjectStateFormatter formatter = new ObjectStateFormatter(null, false);
3 references to ObjectStateFormatter
System.Web (3)
UI\LOSFormatter.cs (1)
29private ObjectStateFormatter _formatter;
UI\WebParts\BlobPersonalizationState.cs (2)
457ObjectStateFormatter formatter = 1078ObjectStateFormatter formatter = new ObjectStateFormatter(null, false);