13 references to CommentEmitter
System.Data.Services.Design (13)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (6)
75CommentEmitter.EmitSummaryComments(Item, typeDecl.Comments); 191CommentEmitter.EmitSummaryComments(Strings.CtorSummaryComment(Item.Name), connectionWorkspaceCtor.Comments); 262CommentEmitter.EmitSummaryComments(Strings.TypeMapperDescription, resolveTypeFromName.Comments); 324CommentEmitter.EmitSummaryComments(Strings.TypeMapperDescription, resolveNameFromType.Comments); 574CommentEmitter.EmitSummaryComments(set, codeProperty.Comments); 620CommentEmitter.EmitSummaryComments(set, codeMethod.Comments);
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (2)
139CommentEmitter.EmitComments(CommentEmitter.GetFormattedLines(comments, false), codeNamespace.Comments, false);
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 (3)
60CommentEmitter.EmitSummaryComments(Item, typeDecl.Comments); 176CommentEmitter.EmitSummaryComments(Strings.FactoryMethodSummaryComment(Item.Name), method.Comments); 199CommentEmitter.EmitParamComments(paramDecl, Strings.FactoryParamCommentGeneral(propertyEmitter.PropertyName), method.Comments);