6 references to EmitSummaryComments
System.Data.Services.Design (6)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (3)
75CommentEmitter.EmitSummaryComments(Item, typeDecl.Comments); 574CommentEmitter.EmitSummaryComments(set, codeProperty.Comments); 620CommentEmitter.EmitSummaryComments(set, codeMethod.Comments);
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (1)
120CommentEmitter.EmitSummaryComments(Item, property.Comments);
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
841CommentEmitter.EmitSummaryComments(Item, memberProperty.Comments);
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
60CommentEmitter.EmitSummaryComments(Item, typeDecl.Comments);