14 references to CommentEmitter
System.Data.Entity.Design (14)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (7)
79CommentEmitter.EmitSummaryComments(Item, typeDecl.Comments); 222CommentEmitter.EmitSummaryComments(Strings.EmptyCtorSummaryComment(Item.Name, Item.Name), emptyCtor.Comments); 241CommentEmitter.EmitSummaryComments(Strings.CtorSummaryComment(Item.Name), connectionStringCtor.Comments); 260CommentEmitter.EmitSummaryComments(Strings.CtorSummaryComment(Item.Name), connectionWorkspaceCtor.Comments); 413CommentEmitter.EmitSummaryComments(set, codeProperty.Comments); 456CommentEmitter.EmitSummaryComments(set, codeMethod.Comments); 517CommentEmitter.EmitSummaryComments(functionImport, method.Comments);
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (2)
73CommentEmitter.EmitComments( CommentEmitter.GetFormattedLines( comments, false ), codeNamespace.Comments, false );
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 (3)
69CommentEmitter.EmitSummaryComments(Item, typeDecl.Comments); 185CommentEmitter.EmitSummaryComments(Strings.FactoryMethodSummaryComment(Item.Name), method.Comments); 207CommentEmitter.EmitParamComments(paramDecl, Strings.FactoryParamCommentGeneral(propertyEmitter.PropertyName), method.Comments);