1 write to _prototype
System.Data.Entity (1)
System\Data\Common\DbCommandDefinition.cs (1)
47_prototype = prototype as ICloneable;
2 references to _prototype
System.Data.Entity (2)
System\Data\Common\DbCommandDefinition.cs (2)
48if (null == _prototype) { 64return (DbCommand)(_prototype.Clone());