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