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