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