6 references to Values
System.Data.Entity.Design (6)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (6)
174
_currentRow = memento.
Values
;
185
Debug.Assert(memento.
Values
!= null, "the values in the memento are null");
188
_currentRow = memento.
Values
;
340
_currentRow = memento.
Values
;
351
Debug.Assert(memento.
Values
!= null, "the values in the memento are null");
354
_currentRow = memento.
Values
;