3 references to GetFormattedLines
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
54
summaryComments =
GetFormattedLines
(documentation.Summary, true);
300
EmitXmlComments("LongDescription",
GetFormattedLines
(documentation.LongDescription, true), commentCollection);
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (1)
73
CommentEmitter.EmitComments( CommentEmitter.
GetFormattedLines
( comments, false ), codeNamespace.Comments, false );