6 instantiations of LazyTextWriterCreator
System.Data.Entity.Design (6)
System\Data\Entity\Design\EntityCodeGenerator.cs (4)
79
return InternalGenerateCode(sourceEdmSchemaFilePath, new
LazyTextWriterCreator
(targetPath), additionalEdmSchemaFilePaths, targetEntityFrameworkVersion);
117
return InternalGenerateCode(sourceEdmSchemaFilePath, new
LazyTextWriterCreator
(targetPath), null, targetEntityFrameworkVersion);
165
return InternalGenerateCode(tempSourceEdmSchemaPath, schemaVersion, new
LazyTextWriterCreator
(target), null, targetEntityFrameworkVersion);
226
return InternalGenerateCode(tempSourceEdmSchemaPath, schemaVersion, new
LazyTextWriterCreator
(target), additionalTempPaths, targetEntityFrameworkVersion);
System\Data\EntityModel\EntityClassGenerator.cs (2)
159
new
LazyTextWriterCreator
(target),
249
using (LazyTextWriterCreator target = new
LazyTextWriterCreator
(targetPath))
6 references to LazyTextWriterCreator
System.Data.Entity.Design (6)
System\Data\Entity\Design\EntityCodeGenerator.cs (3)
246
private IList<EdmSchemaError> InternalGenerateCode(string sourceEdmSchemaFilePath,
LazyTextWriterCreator
textWriter, IEnumerable<string> additionalEdmSchemaFilePaths, Version targetFrameworkVersion)
323
private IList<EdmSchemaError> InternalGenerateCode(string sourceEdmSchemaFilePath, Version schemaVersion,
LazyTextWriterCreator
textWriter, IEnumerable<string> additionalEdmSchemaFilePaths, Version targetFrameworkVersion)
405
private IList<EdmSchemaError> GenerateCodeFor1_1Schema(string sourceEdmSchemaFilePath,
LazyTextWriterCreator
textWriter, IEnumerable<string> additionalEdmSchemaFilePaths)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
77
internal void GenerateCode(
LazyTextWriterCreator
target, string targetLocation)
System\Data\EntityModel\EntityClassGenerator.cs (2)
249
using (
LazyTextWriterCreator
target = new LazyTextWriterCreator(targetPath))
272
LazyTextWriterCreator
target,