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