1 instantiation of MementoV1
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (1)
194return new MementoV1((object[])_currentRow.Clone());
2 references to MementoV1
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs (2)
172internal FunctionDetailsReaderV1(MementoV1 memento) 186Debug.Assert(memento is MementoV1, "the memento is for a different version");