1 write to Summary
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Documentation.cs (1)
97
_metdataDocumentation.
Summary
= text.Value;
4 references to Summary
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
51
if (documentation != null && !MetadataUtil.IsNullOrEmptyOrWhiteSpace(documentation.
Summary
))
54
summaryComments = GetFormattedLines(documentation.
Summary
, true);
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
44
if (documentation != null && !StringUtil.IsNullOrEmptyOrWhiteSpace(documentation.
Summary
))
47
summaryComments = GetFormattedLines(documentation.
Summary
, true);