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)
51if (documentation != null && !MetadataUtil.IsNullOrEmptyOrWhiteSpace(documentation.Summary)) 54summaryComments = GetFormattedLines(documentation.Summary, true);
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\CommentEmitter.cs (2)
44if (documentation != null && !StringUtil.IsNullOrEmptyOrWhiteSpace(documentation.Summary)) 47summaryComments = GetFormattedLines(documentation.Summary, true);