1 write to LongDescription
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Documentation.cs (1)
111
_metdataDocumentation.
LongDescription
= text.Value;
4 references to LongDescription
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
299
if (!string.IsNullOrEmpty(documentation.
LongDescription
))
300
EmitXmlComments("LongDescription", GetFormattedLines(documentation.
LongDescription
, true), commentCollection);
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
296
if (!string.IsNullOrEmpty(documentation.
LongDescription
))
297
EmitXmlComments("LongDescription", GetFormattedLines(documentation.
LongDescription
, true), commentCollection);