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)
299if (!string.IsNullOrEmpty(documentation.LongDescription)) 300EmitXmlComments("LongDescription", GetFormattedLines(documentation.LongDescription, true), commentCollection);
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
296if (!string.IsNullOrEmpty(documentation.LongDescription)) 297EmitXmlComments("LongDescription", GetFormattedLines(documentation.LongDescription, true), commentCollection);