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