1 instantiation of MementoV3
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (1)
360return new MementoV3((object[])_currentRow.Clone());
2 references to MementoV3
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (2)
338internal FunctionDetailsReaderV3(MementoV3 memento) 352Debug.Assert(memento is MementoV3, "the memento is for a different version");