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)
85get { return _state.InnerExceptions; } 93SerializeObjectState += (exception, eventArgs) => eventArgs.AddSerializedState(_state);