3 references to LazyTextWriterCreator
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
165return InternalGenerateCode(tempSourceEdmSchemaPath, schemaVersion, new LazyTextWriterCreator(target), null, targetEntityFrameworkVersion); 226return InternalGenerateCode(tempSourceEdmSchemaPath, schemaVersion, new LazyTextWriterCreator(target), additionalTempPaths, targetEntityFrameworkVersion);
System\Data\EntityModel\EntityClassGenerator.cs (1)
159new LazyTextWriterCreator(target),