2 instantiations of CodeCommentStatementCollection
System (2)
compmod\system\codedom\CodeNamespace.cs (1)
32
private CodeCommentStatementCollection comments = new
CodeCommentStatementCollection
();
compmod\system\codedom\CodeTypeMember.cs (1)
32
private CodeCommentStatementCollection comments = new
CodeCommentStatementCollection
();
42 references to CodeCommentStatementCollection
System (22)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1428
private void GenerateCommentStatements(
CodeCommentStatementCollection
e) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1470
protected override void GenerateCommentStatements(
CodeCommentStatementCollection
e) {
compmod\system\codedom\CodeCommentStatementCollection.cs (14)
29
/// Initializes a new instance of <see cref='System.CodeDom.
CodeCommentStatementCollection
'/>.
37
/// Initializes a new instance of <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> based on another <see cref='System.CodeDom.
CodeCommentStatementCollection
'/>.
40
public CodeCommentStatementCollection(
CodeCommentStatementCollection
value) {
46
/// Initializes a new instance of <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> containing any array of <see cref='System.CodeDom.CodeCommentStatement'/> objects.
67
/// <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> .</para>
74
/// <para>Copies the elements of an array to the end of the <see cref='System.CodeDom.
CodeCommentStatementCollection
'/>.</para>
87
/// Adds the contents of another <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> to the end of the collection.
90
public void AddRange(
CodeCommentStatementCollection
value) {
102
/// <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> contains the specified <see cref='System.CodeDom.CodeCommentStatement'/>.</para>
109
/// <para>Copies the <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> values to a one-dimensional <see cref='System.Array'/> instance at the
118
/// the <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> .</para>
125
/// <para>Inserts a <see cref='System.CodeDom.CodeCommentStatement'/> into the <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> at the specified index.</para>
133
/// <see cref='System.CodeDom.
CodeCommentStatementCollection
'/> .</para>
compmod\system\codedom\CodeNamespace.cs (2)
32
private
CodeCommentStatementCollection
comments = new CodeCommentStatementCollection();
168
public
CodeCommentStatementCollection
Comments {
compmod\system\codedom\CodeTypeMember.cs (2)
32
private
CodeCommentStatementCollection
comments = new CodeCommentStatementCollection();
111
public
CodeCommentStatementCollection
Comments {
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1646
protected virtual void GenerateCommentStatements(
CodeCommentStatementCollection
e) {
compmod\system\codedom\compiler\CodeValidator.cs (1)
343
private void ValidateCommentStatements(
CodeCommentStatementCollection
e) {
System.Data.Entity.Design (7)
System\Data\EntityModel\Emitters\CommentEmitter.cs (7)
44
public static void EmitSummaryComments(MetadataItem item,
CodeCommentStatementCollection
commentCollection)
113
public static void EmitSummaryComments(string summaryComments,
CodeCommentStatementCollection
commentCollection)
129
public static void EmitComments(string[] commentLines,
CodeCommentStatementCollection
commentCollection, bool docComment)
147
CodeCommentStatementCollection
commentCollection)
293
private static void EmitOtherDocumentationComments(Documentation documentation,
CodeCommentStatementCollection
commentCollection)
308
private static void EmitSummaryComments(string[] summaryComments,
CodeCommentStatementCollection
commentCollection)
322
private static void EmitXmlComments(string tag, string[] summaryComments,
CodeCommentStatementCollection
commentCollection)
System.Data.Services.Design (7)
System\Data\EntityModel\Emitters\CommentEmitter.cs (7)
37
public static void EmitSummaryComments(MetadataItem item,
CodeCommentStatementCollection
commentCollection)
106
public static void EmitSummaryComments(string summaryComments,
CodeCommentStatementCollection
commentCollection)
122
public static void EmitComments(string[] commentLines,
CodeCommentStatementCollection
commentCollection, bool docComment)
142
CodeCommentStatementCollection
commentCollection)
290
private static void EmitOtherDocumentationComments(Documentation documentation,
CodeCommentStatementCollection
commentCollection)
306
private static void EmitSummaryComments(string[] summaryComments,
CodeCommentStatementCollection
commentCollection)
321
private static void EmitXmlComments(string tag, string[] summaryComments,
CodeCommentStatementCollection
commentCollection)
System.Web.Services (2)
System\Web\Services\Description\ProtocolImporter.cs (2)
469
public void AddExtensionWarningComments(
CodeCommentStatementCollection
comments, ServiceDescriptionFormatExtensionCollection extensions) {
532
internal static void AddWarningComment(
CodeCommentStatementCollection
comments, string text) {
System.Xml (4)
System\Xml\Serialization\CodeExporter.cs (1)
160
internal static void AddWarningComment(
CodeCommentStatementCollection
comments, string text) {
System\Xml\Serialization\XmlCodeExporter.cs (3)
373
void AddDefaultValueAttribute(CodeMemberField field, CodeAttributeDeclarationCollection metadata, object defaultValue, TypeMapping mapping,
CodeCommentStatementCollection
comments, TypeDesc memberTypeDesc, Accessor accessor, CodeConstructor ctor) {
482
static void DropDefaultAttribute(Accessor accessor,
CodeCommentStatementCollection
comments, string type) {
613
void AddMemberMetadata(CodeMemberField field, CodeAttributeDeclarationCollection metadata, MemberMapping member, string ns, bool forceUseMemberName,
CodeCommentStatementCollection
comments, CodeConstructor ctor) {