2 writes to _state
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceValidationException.cs (2)
76
_state
= new EntityDataSourceValidationExceptionState(innerExceptions);
133
((EntityDataSourceValidationException)deserialized).
_state
= this;
2 references to _state
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceValidationException.cs (2)
85
get { return
_state
.InnerExceptions; }
93
SerializeObjectState += (exception, eventArgs) => eventArgs.AddSerializedState(
_state
);