7 references to EmitSummaryComments
System.Data.Entity.Design (7)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (4)
79CommentEmitter.EmitSummaryComments(Item, typeDecl.Comments); 413CommentEmitter.EmitSummaryComments(set, codeProperty.Comments); 456CommentEmitter.EmitSummaryComments(set, codeMethod.Comments); 517CommentEmitter.EmitSummaryComments(functionImport, method.Comments);
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (1)
107CommentEmitter.EmitSummaryComments(Item, property.Comments);
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
916CommentEmitter.EmitSummaryComments(Item, memberProperty.Comments);
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
69CommentEmitter.EmitSummaryComments(Item, typeDecl.Comments);