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